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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | ??臺t | 0011111100111111111001000110100101110100 | 3f3fe46974 |
EUC-JP | ??臺t | 0011111100111111111001111100101001110100 | 3f3fe7ca74 |
UTF-8 | 易陋臺t | 11101111101001111010000011101111101001011001000111101000100001111011101001110100 | efa7a0efa591e887ba74 |
UHC | 易陋臺t | 11101100101011111101001011101011110100111110011001110100 | ecafd2ebd3e674 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)