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 | 勇??唯 | 100101110100010100111111001111111001011101000010 | 97453f3f9742 |
EUC-JP | 勇??唯 | 110011011010011000111111001111111100110110100011 | cda63f3fcda3 |
UTF-8 | 勇싰퉩唯 | 111001011000101110000111111011001000101110110000111011011000100110101001111001011001010010101111 | e58b87ec8bb0ed89a9e594af |
UHC | 勇싰퉩唯 | 1110100110111000100110101110101010111001100000011110101011100110 | e9b89aeab981eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)