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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 潁゚ロ潁睹h | 100111111111000111011111110110111001111111110001111000011100111101101000 | 9ff1dfdb9ff1e1cf68 |
EUC-JP | 潁゚ロ潁睹h | 1101111011110011100011101101111110001110110110111101111011110011111000101101000101101000 | def38edf8edbdef3e2d168 |
UTF-8 | 潁゚ロ潁睹h | 11100110101111011000000111101111101111101001111111101111101111101001101111100110101111011000000111100111100111011011100101101000 | e6bd81efbe9fefbe9be6bd81e79db968 |
UHC | 潁??潁睹h | 111001111011100000111111001111111110011110111000110101001010100101101000 | e7b83f3fe7b8d4a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)