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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雕爾鋐鴫B | 111010001011100010001110101000101111101111010010100011101011000001000010 | e8b88ea2fbd28eb042 |
EUC-JP | 雕爾鋐鴫B | 11110000101110101011110010100100100011111110010010111110101111001011001001000010 | f0babca48fe4bebcb242 |
UTF-8 | 雕爾鋐鴫B | 11101001100110111001010111100111100010001011111011101001100010111001000011101001101101001010101101000010 | e99b95e788bee98b90e9b4ab42 |
UHC | 雕爾??B | 11110000111001111110110010110011001111110011111101000010 | f0e7ecb33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)