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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 祭??唯?B | 1000110111010101001111110011111110010111010000100011111101000010 | 8dd53f3f97423f42 |
EUC-JP | 祭??唯?B | 1011101011010111001111110011111111001101101000110011111101000010 | bad73f3fcda33f42 |
UTF-8 | 祭흗질唯렧B | 11100111101001011010110111101101100111011001011111101100101001111000100011100101100101001010111111101011101000001010011101000010 | e7a5aded9d97eca788e594afeba0a742 |
UHC | 祭흗질唯렧B | 1111000010101110110010001110100111000001111110101110101011100110100011101011011001000010 | f0aec8e9c1faeae68eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)