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 | 韲哈鈔 | 111010001110110010011001111110111110011111100010 | e8ec99fbe7e2 |
EUC-JP | 韲哈鈔 | 111100001110111011010010111111011110111011100100 | f0eed2fdeee4 |
UTF-8 | 韲哈鈔 | 111010011001111110110010111001011001001110001000111010011000100010010100 | e99fb2e59388e98894 |
UHC | ?哈? | 00111111111110011110101100111111 | 3ff9eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)