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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 止?瓦貊曼 | 100011100111111000111111100010101010001011100110101110111001100111010110 | 8e7e3f8aa2e6bb99d6 |
EUC-JP | 止?瓦貊曼 | 101110111101111100111111101101001010010011101100101111011101001011011000 | bbdf3fb4a4ecbdd2d8 |
UTF-8 | 止렜瓦貊曼 | 111001101010110110100010111010111010000010011100111001111001001110100110111010001011001010001010111001101001101110111100 | e6ada2eba09ce793a6e8b28ae69bbc |
UHC | 止렜瓦貊曼 | 11110010101011011000111010101110111010001011111111011000111001111101100010111010 | f2ad8eaee8bfd8e7d8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)