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 | 娃?!??? | 1000100010100001001111111000000101001001001111110011111100111111 | 88a13f81493f3f3f |
EUC-JP | 娃?!??? | 1011000010100011001111111010000110101010001111110011111100111111 | b0a33fa1aa3f3f3f |
UTF-8 | 娃숇!劉졿럼 | 111001011010100010000011111011001000100010000111111011111011110010000001111011111010011110000111111011001010000110111111111010111001111110111100 | e5a883ec8887efbc81efa787eca1bfeb9fbc |
UHC | 娃숇!劉졿럼 | 111010001101111110011001111010111010001110100001111010101110010110100000111001101011011110110011 | e8df99eba3a1eae5a0e6b7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)