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 | 鵝??藥? | 11101010010000000011111100111111111001010101101000111111 | ea403f3fe55a3f |
EUC-JP | 鵝??藥? | 11110011101000010011111100111111111010011011101100111111 | f3a13f3fe9bb3f |
UTF-8 | 鵝녷렋藥폶 | 111010011011010110011101111010111000010110110111111010111010000010001011111010001001011110100101111011011000111110110110 | e9b59deb85b7eba08be897a5ed8fb6 |
UHC | 鵝녷렋藥폶 | 11100100101111011000011011100110100011101010001011100101101101111011110101011001 | e4bd86e68ea2e5b7bd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)