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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | 菽??AB | 111001001100000100111111001111110100000101000010 | e4c13f3f4142 |
EUC-JP | 菽??AB | 111010001100001100111111001111110100000101000010 | e8c33f3f4142 |
UTF-8 | 菽됦돶AB | 1110100010001111101111011110101110010000101001101110101110001111101101100100000101000010 | e88fbdeb90a6eb8fb64142 |
UHC | 菽됦돶AB | 1110001011011101100010011110010010001001101110010100000101000010 | e2dd89e489b94142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)