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 | HDHDB | 100100100100100010010010010001001001001001001000100100100100010001000010 | 924892449248924442 |
SJIS-WIN | ?H?D?H?DB | 001111110100100000111111010001000011111101001000001111110100010001000010 | 3f483f443f483f4442 |
EUC-JP | ?H?D?H?DB | 001111110100100000111111010001000011111101001000001111110100010001000010 | 3f483f443f483f4442 |
UTF-8 | HDHDB | 11000010100100100100100011000010100100100100010011000010100100100100100011000010100100100100010001000010 | c29248c29244c29248c2924442 |
UHC | ?H?D?H?DB | 001111110100100000111111010001000011111101001000001111110100010001000010 | 3f483f443f483f4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)