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 | 小跣堯?矮 | 100011111010110011100110111011111110101010011111001111111110000111100010 | 8face6efea9f3fe1e2 |
EUC-JP | 小跣堯?矮 | 101111101010111011101100111100011111010010100001001111111110001011100100 | beaeecf1f4a13fe2e4 |
UTF-8 | 小跣堯뾸矮 | 111001011011000010001111111010001011011110100011111001011010000010101111111010111011111010111000111001111001111110101110 | e5b08fe8b7a3e5a0afebbeb8e79fae |
UHC | 小跣堯뾸矮 | 11100001101100111110000011010011111010001110101110010111011110101110100011100001 | e1b3e0d3e8eb977ae8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)