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 | 低?墨 | 1001001011100001001111111001011001101110 | 92e13f966e |
EUC-JP | 低?墨 | 1100010011100011001111111100101111001111 | c4e33fcbcf |
UTF-8 | 低쇽墨 | 111001001011110110001110111011001000011110111101111001011010001010101000 | e4bd8eec87bde5a2a8 |
UHC | 低쇽墨 | 111011101011100010111100111011111101100111111000 | eeb8bcefd9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)