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 | `LTB | 100011000110000010010001010011000101010001000010 | 8c60914c5442 |
SJIS-WIN | ?`?LTB | 001111110110000000111111010011000101010001000010 | 3f603f4c5442 |
EUC-JP | ?`?LTB | 001111110110000000111111010011000101010001000010 | 3f603f4c5442 |
UTF-8 | `LTB | 1100001010001100011000001100001010010001010011000101010001000010 | c28c60c2914c5442 |
UHC | ?`?LTB | 001111110110000000111111010011000101010001000010 | 3f603f4c5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)