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 | 逵∫怐^ | 11100111100111001000000111100111100111001000000101011110 | e79c81e79c815e |
EUC-JP | 逵∫怐^ | 11101101111111001010001011101001110101111110000101011110 | edfca2e9d7e15e |
UTF-8 | 逵∫怐^ | 11101001100000001011010111100010100010001010101111100110100000001001000001011110 | e980b5e288abe680905e |
UHC | 逵∫?^ | 110100001011000010100001111100100011111101011110 | d0b0a1f23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)