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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陏楢飴 | 111010001001101010010011111010001000100010111001 | e89a93e888b9 |
EUC-JP | 陏楢飴 | 111011111111101011000110111010101011000010111011 | effac6eab0bb |
UTF-8 | 陏楢飴 | 111010011001100110001111111001101010010110100010111010011010001110110100 | e9998fe6a5a2e9a3b4 |
UHC | ?楢飴 | 0011111111101010111110011110110011000111 | 3feaf9ecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)