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 | 譽壼腰蟆撹 | 11100110101000111001101011100101100011011001100011100101101100001000101001101000 | e6a39ae58d98e5b08a68 |
EUC-JP | 譽壼腰蟆撹 | 11101100101001011101010011100111101110011111100011101010101100101011001111001001 | eca5d4e7b9f8eab2b3c9 |
UTF-8 | 譽壼腰蟆撹 | 111010001010110110111101111001011010001110111100111010001000010110110000111010001001111110000110111001101001001010111001 | e8adbde5a3bce885b0e89f86e692b9 |
UHC | 譽?腰?? | 11100111111000100011111111101001101001100011111100111111 | e7e23fe9a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)