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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 諡諡B | 1110011010001011111001101000101101000010 | e68be68b42 |
EUC-JP | 諡諡B | 1110101111101011111010111110101101000010 | ebebebeb42 |
UTF-8 | 諡諡B | 11101000101010111010000111101000101010111010000101000010 | e8aba1e8aba142 |
UHC | 諡諡B | 1110001111001101111000111100110101000010 | e3cde3cd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)