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 | 袁?暖元冀 | 111001011100110100111111100100100110011110001100101100111001100101100010 | e5cd3f92678cb39962 |
EUC-JP | 袁?暖元冀 | 111010101100111100111111110000111100100010111000101101011101000111000011 | eacf3fc3c8b8b5d1c3 |
UTF-8 | 袁흙暖元冀 | 111010001010001010000001111011011001110110011001111001101001101010010110111001011000010110000011111001011000011010000000 | e8a281ed9d99e69a96e58583e58680 |
UHC | 袁흙暖元冀 | 11101010101111101100100011101011110100011110110011101010101010101101000011101101 | eabec8ebd1eceaaad0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)