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 | ?BG | 001111110100001001000111 | 3f4247 |
SJIS-WIN | ?BG | 001111110100001001000111 | 3f4247 |
EUC-JP | ?BG | 001111110100001001000111 | 3f4247 |
UTF-8 | 뾑BG | 1110101110111110100100010100001001000111 | ebbe914247 |
UHC | 뾑BG | 10010111010011110100001001000111 | 974f4247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)