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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 箋梧燦B | 11100010101100111000110011100110100011100101011101000010 | e2b38ce68e5742 |
EUC-JP | 箋梧燦B | 11100100101101011011100011101000101110111011100001000010 | e4b5b8e8bbb842 |
UTF-8 | 箋梧燦B | 11100111101011101000101111100110101000101010011111100111100001111010011001000010 | e7ae8be6a2a7e787a642 |
UHC | 箋梧燦B | 11101111101010001110011111111100111100111011111001000010 | efa8e7fcf3be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)