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 | 11100100110111111110000011011000111000111110000001000010 | e4dfe0d8e3e042 |
EUC-JP | 葹獵聰B | 11101000111000011110000011011010111001101110001001000010 | e8e1e0dae6e242 |
UTF-8 | 葹獵聰B | 11101000100100011011100111100111100011011011010111101000100000011011000001000010 | e891b9e78db5e881b042 |
UHC | ?獵聰B | 001111111101011010110100111101011100011001000010 | 3fd6b4f5c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)