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 | 縊h???? | 1110001101101111100000101000100000111111001111110011111100111111 | e36f82883f3f3f3f |
EUC-JP | 縊h???? | 1110010111010000101000111110100000111111001111110011111100111111 | e5d0a3e83f3f3f3f |
UTF-8 | 縊h궚溜쒕젙 | 111001111011100010001010111011111011110110001000111010101011011010011010111011111010011110001011111011001001001010010101111011001010000010011001 | e7b88aefbd88eab69aefa78bec9295eca099 |
UHC | 縊h궚溜쒕젙 | 111001001111110010100011111010001000001010101111111010101111111010011100111010111010000010010101 | e4fca3e882afeafe9ceba095 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)