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 | 譽夂カサ襠腺 | 11100110101000111001101011100111101101101011101111100101111110111001000101000010 | e6a39ae7b6bbe5fb9142 |
EUC-JP | 譽夂カサ襠腺 | 111011001010010111010100111010011000111010110110100011101011101111101010111111011100000110100011 | eca5d4e98eb68ebbeafdc1a3 |
UTF-8 | 譽夂カサ襠腺 | 111010001010110110111101111001011010010010000010111011111011110110110110111011111011110110111011111010001010010110100000111010001000010110111010 | e8adbde5a482efbdb6efbdbbe8a5a0e885ba |
UHC | 譽????腺 | 1110011111100010001111110011111100111111001111111110000011001101 | e7e23f3f3f3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)