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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 斟??斟??B | 100111011100111000111111001111111001110111001110001111110011111101000010 | 9dce3f3f9dce3f3f42 |
EUC-JP | 斟??斟??B | 110110101101000000111111001111111101101011010000001111110011111101000010 | dad03f3fdad03f3f42 |
UTF-8 | 斟롉롉斟롉롉B | 11100110100101101001111111101011101000011000100111101011101000011000100111100110100101101001111111101011101000011000100111101011101000011000100101000010 | e6969feba189eba189e6969feba189eba18942 |
UHC | 斟롉롉斟롉롉B | 11110010111110001000111011001111100011101100111111110010111110001000111011001111100011101100111101000010 | f2f88ecf8ecff2f88ecf8ecf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)