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 | 已??班?攀 | 100110111101111100111111001111111001010011000111001111111001110110110011 | 9bdf3f3f94c73f9db3 |
EUC-JP | 已??班?攀 | 110101101110000100111111001111111100100011001001001111111101101010110101 | d6e13f3fc8c93fdab5 |
UTF-8 | 已고렢班렦攀 | 111001011011011110110010111010101011001110100000111010111010000010100010111001111000111110101101111010111010000010100110111001101001010010000000 | e5b7b2eab3a0eba0a2e78fadeba0a6e69480 |
UHC | 已고렢班렦攀 | 111011001010101110110000111011011000111010110011110110101110110010001110101101011101101011100111 | ecabb0ed8eb3daec8eb5dae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)