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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蒡硫 | 0011111111100100111011101001011110110000 | 3fe4ee97b0 |
EUC-JP | ?蒡硫 | 0011111111101000111100001100111010110010 | 3fe8f0ceb2 |
UTF-8 | 뤾蒡硫 | 111010111010010010111110111010001001001010100001111001111010000110101011 | eba4bee892a1e7a1ab |
UHC | 뤾蒡硫 | 100011111110101011011011101111001101011110111100 | 8feadbbcd7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)