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 | ?褥衍 | 0011111111100101111100011001111110100101 | 3fe5f19fa5 |
EUC-JP | ?褥衍 | 0011111111101010111100111101111010100111 | 3feaf3dea7 |
UTF-8 | 쑭褥衍 | 111011001001000110101101111010001010010010100101111010001010000110001101 | ec91ade8a4a5e8a18d |
UHC | 쑭褥衍 | 100111001100100011101001101100111110011011100010 | 9cc8e9b3e6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)