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 | ???O???B | 0011111100111111001111110100111100111111001111110011111101000010 | 3f3f3f4f3f3f3f42 |
SJIS-WIN | ???O???B | 0011111100111111001111110100111100111111001111110011111101000010 | 3f3f3f4f3f3f3f42 |
EUC-JP | ???O???B | 0011111100111111001111110100111100111111001111110011111101000010 | 3f3f3f4f3f3f3f42 |
UTF-8 | 셍렻렓O셍렻렋B | 1110110010000101100011011110101110100000101110111110101110100000100100110100111111101100100001011000110111101011101000001011101111101011101000001000101101000010 | ec858deba0bbeba0934fec858deba0bbeba08b42 |
UHC | 셍렻렓O셍렻렋B | 1011110011000100100011101100001110001110101010000100111110111100110001001000111011000011100011101010001001000010 | bcc48ec38ea84fbcc48ec38ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)