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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衆皎?^ | 100011110100111111100001101001110011111101011110 | 8f4fe1a73f5e |
EUC-JP | 衆皎?^ | 101111011011000011100010101010010011111101011110 | bdb0e2a93f5e |
UTF-8 | 衆皎딧^ | 11101000101000011000011011100111100110101000111011101011100101001010011101011110 | e8a186e79a8eeb94a75e |
UHC | 衆皎딧^ | 11110001111010111100111011101011101101011111011101011110 | f1ebceebb5f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)