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 | 茆o蒐莉 | 1110010010011011100000101000111110001111010011101110010010111011 | e49b828f8f4ee4bb |
EUC-JP | 茆o蒐莉 | 1110011111111011101000111110111110111101101011111110100010111101 | e7fba3efbdafe8bd |
UTF-8 | 茆o蒐莉 | 111010001000110010000110111011111011110110001111111010001001001010010000111010001000111010001001 | e88c86efbd8fe89290e88e89 |
UHC | ?o蒐莉 | 00111111101000111110111111100010101111011101011111101001 | 3fa3efe2bdd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)