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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?耆 | 001111111110001111001011 | 3fe3cb |
EUC-JP | 瀣耆 | 1000111111001001101100011110011011001101 | 8fc9b1e6cd |
UTF-8 | 瀣耆 | 111001111000000010100011111010001000000010000110 | e780a3e88086 |
UHC | 瀣耆 | 11111010101011101101000110111101 | faaed1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)