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 | ?攘? | 00111111100111011011010100111111 | 3f9db53f |
EUC-JP | ?攘? | 00111111110110101011011100111111 | 3fdab73f |
UTF-8 | 뤎攘料 | 111010111010010010001110111001101001010010011000111011111010011010111110 | eba48ee69498efa6be |
UHC | 뤎攘料 | 100011111011111011100101110000011110100011110111 | 8fbee5c1e8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)