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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻躯ウ。崧 | 1110100010000101100010111110101110110011101000011111101010101111 | e8858bebb3a1faaf |
EUC-JP | 閻躯ウ。崧 | 1110111111100101101101101110110110001110101100111000111010100001100011111011101111001010 | efe5b6ed8eb38ea18fbbca |
UTF-8 | 閻躯ウ。崧 | 111010011001011010111011111010001011101010101111111011111011110110110011111011111011110110100001111001011011010010100111 | e996bbe8baafefbdb3efbda1e5b4a7 |
UHC | 閻???崧 | 11100111101000100011111100111111001111111110001011111110 | e7a23f3f3fe2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)