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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 罌??寃ョ? | 111000111010000000111111001111111001101110000011100000111000011100111111 | e3a03f3f9b8383873f |
EUC-JP | 罌??寃ョ? | 111001101010001000111111001111111101010111100011101001011110011100111111 | e6a23f3fd5e3a5e73f |
UTF-8 | 罌삳툥寃ョ눨 | 111001111011110110001100111011001000001010110011111011011000100010100101111001011010111110000011111000111000001110100111111010111000100010101000 | e7bd8cec82b3ed88a5e5af83e383a7eb88a8 |
UHC | 罌삳툥寃ョ눨 | 111001011010001010111011111010111011100010011100111010101011001010101011111001111000011110111111 | e5a2bbebb89ceab2abe787bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)