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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 珎玳簫B | 11100000110111011110000011011100111000101101001001000010 | e0dde0dce2d242 |
EUC-JP | 珎玳簫B | 11100000110111111110000011011110111001001101010001000010 | e0dfe0dee4d442 |
UTF-8 | 珎玳簫B | 11100111100011111000111011100111100011101011001111100111101100001010101101000010 | e78f8ee78eb3e7b0ab42 |
UHC | ?玳簫B | 001111111101001111100101111000011100011101000010 | 3fd3e5e1c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)