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 | 譽ョ髯 | 1110011010100011101011101110100110011001 | e6a3aee999 |
EUC-JP | 譽ョ髯 | 111011001010010110001110101011101111000111111001 | eca58eaef1f9 |
UTF-8 | 譽ョ髯 | 111010001010110110111101111011111011110110101110111010011010101110101111 | e8adbdefbdaee9abaf |
UHC | 譽?? | 11100111111000100011111100111111 | e7e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)