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 | 軫???軫? | 1110011101100110001111110011111100111111111001110110011000111111 | e7663f3f3fe7663f |
EUC-JP | 軫?縕?軫? | 11101101110001110011111110001111110101001100001000111111111011011100011100111111 | edc73f8fd4c23fedc73f |
UTF-8 | 軫렯縕렔軫렯 | 111010001011101110101011111010111010000010101111111001111011100010010101111010111010000010010100111010001011101110101011111010111010000010101111 | e8bbabeba0afe7b895eba094e8bbabeba0af |
UHC | 軫렯縕렔軫렯 | 111100101110001010001110101111001110100010110010100011101010100111110010111000101000111010111100 | f2e28ebce8b28ea9f2e28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)