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 | ?儁? | 00111111100110010100110100111111 | 3f994d3f |
EUC-JP | ?儁? | 00111111110100011010111000111111 | 3fd1ae3f |
UTF-8 | 충儁충 | 111011001011011010101001111001011000010010000001111011001011011010101001 | ecb6a9e58481ecb6a9 |
UHC | 충儁충 | 110000111110011011110001110101101100001111100110 | c3e6f1d6c3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)