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 | ??kTB | 0011111100111111011010110101010001000010 | 3f3f6b5442 |
SJIS-WIN | 駭?kTB | 111010010110111000111111011010110101010001000010 | e96e3f6b5442 |
EUC-JP | 駭?kTB | 111100011100111100111111011010110101010001000010 | f1cf3f6b5442 |
UTF-8 | 駭찥kTB | 111010011010011110101101111011001011000010100101011010110101010001000010 | e9a7adecb0a56b5442 |
UHC | 駭찥kTB | 11111010101101001010101001000001011010110101010001000010 | fab4aa416b5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)