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 | 姓惺靄恃 | 1001000010101001100111001011011111101000110010011001110010010100 | 90a99cb7e8c99c94 |
EUC-JP | 姓惺靄恃 | 1100000010101011110110001011100111110000110010111101011111110100 | c0abd8b9f0cbd7f4 |
UTF-8 | 姓惺靄恃 | 111001011010011110010011111001101000001110111010111010011001110110000100111001101000000110000011 | e5a793e683bae99d84e68183 |
UHC | 姓惺靄恃 | 1110000011110011111000001111011011100100111101111110001110111110 | e0f3e0f6e4f7e3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)