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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 汝??H | 1001001111110000001111110011111101001000 | 93f03f3f48 |
EUC-JP | 汝??H | 1100011011110010001111110011111101001000 | c6f23f3f48 |
UTF-8 | 汝싧컟H | 11100110101100011001110111101100100010111010011111101100101110111001111101001000 | e6b19dec8ba7ecbb9f48 |
UHC | 汝싧컟H | 11100110101000111001101011100101101100001000101001001000 | e6a39ae5b08a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)