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 | 蓚晤凵 | 111001001110100110011101111010111001100110000001 | e4e99deb9981 |
EUC-JP | 蓚晤凵 | 111010001110101111011010111011011101000111100001 | e8ebdaedd1e1 |
UTF-8 | 蓚晤凵 | 111010001001001110011010111001101001100110100100111001011000011110110101 | e8939ae699a4e587b5 |
UHC | 蓚晤? | 1110001010111110111001111111101100111111 | e2bee7fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)