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 | ?????NB | 00111111001111110011111100111111001111110100111001000010 | 3f3f3f3f3f4e42 |
SJIS-WIN | ???普?NB | 0011111100111111001111111001010110000001001111110100111001000010 | 3f3f3f95813f4e42 |
EUC-JP | ???普?NB | 0011111100111111001111111100100111100001001111110100111001000010 | 3f3f3fc9e13f4e42 |
UTF-8 | 렻렏렻普렕NB | 1110101110100000101110111110101110100000100011111110101110100000101110111110011010011001101011101110101110100000100101010100111001000010 | eba0bbeba08feba0bbe699aeeba0954e42 |
UHC | 렻렏렻普렕NB | 100011101100001110001110101001011000111011000011110111001100010110001110101010100100111001000010 | 8ec38ea58ec3dcc58eaa4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)