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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壹?駿? | 100110101110001100111111100011110111100000111111 | 9ae33f8f783f |
EUC-JP | 壹?駿? | 110101001110010100111111101111011101100100111111 | d4e53fbdd93f |
UTF-8 | 壹렏駿띤 | 111001011010001110111001111010111010000010001111111010011010011110111111111010111001110110100100 | e5a3b9eba08fe9a7bfeb9da4 |
UHC | 壹렏駿띤 | 1110110011101100100011101010010111110001111001111011011011101101 | ecec8ea5f1e7b6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)