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 | ??{n??{nB | 001111110011111101111011011011100011111100111111011110110110111001000010 | 3f3f7b6e3f3f7b6e42 |
SJIS-WIN | 嶸ヲ{n嶸ヲ{nB | 1111101010110100101001100111101101101110111110101011010010100110011110110110111001000010 | fab4a67b6efab4a67b6e42 |
EUC-JP | 嶸ヲ{n嶸ヲ{nB | 100011111011101111110100100011101010011001111011011011101000111110111011111101001000111010100110011110110110111001000010 | 8fbbf48ea67b6e8fbbf48ea67b6e42 |
UTF-8 | 嶸ヲ{n嶸ヲ{nB | 1110010110110110101110001110111110111101101001100111101101101110111001011011011010111000111011111011110110100110011110110110111001000010 | e5b6b8efbda67b6ee5b6b8efbda67b6e42 |
UHC | 嶸?{n嶸?{nB | 1110011110101110001111110111101101101110111001111010111000111111011110110110111001000010 | e7ae3f7b6ee7ae3f7b6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)