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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 雅嬋] | 1000100111101011100110110110100001011101 | 89eb9b685d |
EUC-JP | 雅嬋] | 1011001011101101110101011100100101011101 | b2edd5c95d |
UTF-8 | 雅嬋] | 11101001100110111000010111100101101011001000101101011101 | e99b85e5ac8b5d |
UHC | 雅嬋] | 1110010010111010111000001011110101011101 | e4bae0bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)