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 | 腺?? | 10010001010000100011111100111111 | 91423f3f |
EUC-JP | 腺?? | 11000001101000110011111100111111 | c1a33f3f |
UTF-8 | 腺왡읹 | 111010001000010110111010111011001001100110100001111011001001110110111001 | e885baec99a1ec9db9 |
UHC | 腺왡읹 | 111000001100110110011110110010101001111111011100 | e0cd9eca9fdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)