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 | ???寃? | 001111110011111100111111100110111000001100111111 | 3f3f3f9b833f |
EUC-JP | 焌??寃? | 1000111111001001111010000011111100111111110101011110001100111111 | 8fc9e83f3fd5e33f |
UTF-8 | 焌띈ㄱ寃렫 | 111001111000010010001100111010111001110110001000111000111000010010110001111001011010111110000011111010111010000010101011 | e7848ceb9d88e384b1e5af83eba0ab |
UHC | 焌띈ㄱ寃렫 | 11110001111000001011011011101000101001001010000111101010101100101000111010111001 | f1e0b6e8a4a1eab28eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)