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 | èúTB | 1110100011111010100011100101010001000010 | e8fa8e5442 |
SJIS-WIN | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
EUC-JP | èú?TB | 100011111010101110110010100011111010101111100010001111110101010001000010 | 8fabb28fabe23f5442 |
UTF-8 | èúTB | 1100001110101000110000111011101011000010100011100101010001000010 | c3a8c3bac28e5442 |
UHC | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)