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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臧?帳??? | 1110010001101000001111111001001010100000001111110011111100111111 | e4683f92a03f3f3f |
EUC-JP | 臧?帳??? | 1110011111001001001111111100010010100010001111110011111100111111 | e7c93fc4a23f3f3f |
UTF-8 | 臧렞帳렰롈렠 | 111010001000011110100111111010111010000010011110111001011011100010110011111010111010000010110000111010111010000110001000111010111010000010100000 | e887a7eba09ee5b8b3eba0b0eba188eba0a0 |
UHC | 臧렞帳렰롈렠 | 111011011111010110001110101011111110110111100011100011101011110110001110110011101000111010110001 | edf58eafede38ebd8ece8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)