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 | 邑??莎?脂 | 100101110101011100111111001111111110010010110011001111111000111010001001 | 97573f3fe4b33f8e89 |
EUC-JP | 邑??莎?脂 | 110011011011100000111111001111111110100010110101001111111011101111101001 | cdb83f3fe8b53fbbe9 |
UTF-8 | 邑띠렠莎쑴脂 | 111010011000001010010001111010111001110110100000111010111010000010100000111010001000111010001110111011001001000110110100111010001000010010000010 | e98291eb9da0eba0a0e88e8eec91b4e88482 |
UHC | 邑띠렠莎쑴脂 | 111010111110100110110110111011001000111010110001110111101110110110111110101010011111001010110111 | ebe9b6ec8eb1deedbea9f2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)