To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痾鱆眄盖 | 1110000101111101111010011110000111100001101111101110000110110011 | e17de9e1e1bee1b3 |
EUC-JP | 痾鱆眄盖 | 1110000111011110111100101110001111100010110000001110001010110101 | e1def2e3e2c0e2b5 |
UTF-8 | 痾鱆眄盖 | 111001111001011110111110111010011011000110000110111001111001110010000100111001111001101110010110 | e797bee9b186e79c84e79b96 |
UHC | ??眄盖 | 001111110011111111011000111110001100101111001100 | 3f3fd8f8cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)