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 | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
SJIS-WIN | ???娃??~B | 001111110011111100111111100010001010000100111111001111110111111001000010 | 3f3f3f88a13f3f7e42 |
EUC-JP | ???娃??~B | 001111110011111100111111101100001010001100111111001111110111111001000010 | 3f3f3fb0a33f3f7e42 |
UTF-8 | 吳뱄쉿娃됵스~B | 1110010110010000101100111110101110110001100001001110110010001001101111111110010110101000100000111110101110010000101101011110110010001010101001000111111001000010 | e590b3ebb184ec89bfe5a883eb90b5ec8aa47e42 |
UHC | 吳뱄쉿娃됵스~B | 1110011111101111101110011110111110111101101100101110100011011111100010011110111110111101101110100111111001000010 | e7efb9efbdb2e8df89efbdba7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)