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 | 轣晉◎^ | 11100111100000011001110111100111100000011001110101011110 | e7819de7819d5e |
EUC-JP | 轣晉◎^ | 11101101111000011101101011101001101000011111110101011110 | ede1dae9a1fd5e |
UTF-8 | 轣晉◎^ | 11101000101111011010001111100110100110011000100111100010100101111000111001011110 | e8bda3e69989e2978e5e |
UHC | ?晉◎^ | 001111111111001011001011101000011101110101011110 | 3ff2cba1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)