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 | ?害嫩 | 0011111110001010010100011001101101100011 | 3f8a519b63 |
EUC-JP | ?害嫩 | 0011111110110011101100101101010111000100 | 3fb3b2d5c4 |
UTF-8 | 뤻害嫩 | 111010111010010010111011111001011010111010110011111001011010101110101001 | eba4bbe5aeb3e5aba9 |
UHC | 뤻害嫩 | 100011111110100111111010101010101101001011101100 | 8fe9faaad2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)