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 | 11100100111100011010000101000010 | e4f1a142 |
EUC-JP | 蓴。B | 1110100011110011100011101010000101000010 | e8f38ea142 |
UTF-8 | 蓴。B | 11101000100100111011010011101111101111011010000101000010 | e893b4efbda142 |
UHC | 蓴?B | 11100010111100010011111101000010 | e2f13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)