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 | 1110100011101000101110011110010110100001100101110101010001000010 | e8e8b9e5a1975442 |
SJIS-WIN | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
EUC-JP | èè?å¡?TB | 10001111101010111011001010001111101010111011001000111111100011111010101110101001100011111010001011000010001111110101010001000010 | 8fabb28fabb23f8faba98fa2c23f5442 |
UTF-8 | èè¹å¡TB | 1100001110101000110000111010100011000010101110011100001110100101110000101010000111000010100101110101010001000010 | c3a8c3a8c2b9c3a5c2a1c2975442 |
UHC | ??¹?¡?TB | 00111111001111111010100111110110001111111010001010101110001111110101010001000010 | 3f3fa9f63fa2ae3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)