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 | ????yB | 001111110011111100111111001111110111100101000010 | 3f3f3f3f7942 |
SJIS-WIN | ?旦?達yB | 0011111110010010010101010011111110010010010000100111100101000010 | 3f92553f92427942 |
EUC-JP | ?旦?達yB | 0011111111000011101101100011111111000011101000110111100101000010 | 3fc3b63fc3a37942 |
UTF-8 | 렺旦렺達yB | 1110101110100000101110101110011010010111101001101110101110100000101110101110100110000001100101000111100101000010 | eba0bae697a6eba0bae981947942 |
UHC | 렺旦렺達yB | 10001110110000101101001110101001100011101100001011010011101110010111100101000010 | 8ec2d3a98ec2d3b97942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)