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 | 101101111100000111000001101011010101010001000010 | b7c1c1ad5442 |
SJIS-WIN | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
EUC-JP | ?ÁÁ?TB | 00111111100011111010101010100001100011111010101010100001001111110101010001000010 | 3f8faaa18faaa13f5442 |
UTF-8 | ·ÁÁTB | 11000010101101111100001110000001110000111000000111000010101011010101010001000010 | c2b7c381c381c2ad5442 |
UHC | ·??TB | 1010000110100100001111110011111110100001101010010101010001000010 | a1a43f3fa1a95442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)