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 | 彫?痍彫 | 10010010101001000011111111100001011101111001001010100100 | 92a43fe17792a4 |
EUC-JP | 彫?痍彫 | 11000100101001100011111111100001110110001100010010100110 | c4a63fe1d8c4a6 |
UTF-8 | 彫ㆋ痍彫 | 111001011011110110101011111000111000011010001011111001111001011110001101111001011011110110101011 | e5bdabe3868be7978de5bdab |
UHC | 彫ㆋ痍彫 | 1111000011000001101001001111101111101100101101111111000011000001 | f0c1a4fbecb7f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)