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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???冶 | 0011111100111111001111111001011011101000 | 3f3f3f96e8 |
EUC-JP | 渶??冶 | 10001111110001111110110100111111001111111100110011101010 | 8fc7ed3f3fccea |
UTF-8 | 渶뉐선冶 | 111001101011100010110110111010111000100110010000111011001000010010100000111001011000011010110110 | e6b8b6eb8990ec84a0e586b6 |
UHC | 渶뉐선冶 | 1110011110110111100001111110010110111100101100011110010110100111 | e7b787e5bcb1e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)