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 | ìö¬Dìö¯TB | 111011001111011010101100010001001110110011110110101011110101010001000010 | ecf6ac44ecf6af5442 |
SJIS-WIN | ??¬D???TB | 00111111001111111000000111001010010001000011111100111111001111110101010001000010 | 3f3f81ca443f3f3f5442 |
EUC-JP | ìö¬Dìö¯TB | 1000111110101011110000001000111110101011110100111010001011001100010001001000111110101011110000001000111110101011110100111000111110100010101101000101010001000010 | 8fabc08fabd3a2cc448fabc08fabd38fa2b45442 |
UTF-8 | ìö¬Dìö¯TB | 110000111010110011000011101101101100001010101100010001001100001110101100110000111011011011000010101011110101010001000010 | c3acc3b6c2ac44c3acc3b6c2af5442 |
UHC | ???D???TB | 001111110011111100111111010001000011111100111111001111110101010001000010 | 3f3f3f443f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)