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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 雜コ竏晄ソ、B | 11101000101101101011101011100010100010001001110111100110101111111010010001000010 | e8b6bae2889de6bfa442 |
EUC-JP | 雜コ竏晄ソ、B | 11110000101110001000111010111010111000111110100011011010111010001000111010111111100011101010010001000010 | f0b88ebae3e8dae88ebf8ea442 |
UTF-8 | 雜コ竏晄ソ、B | 11101001100110111001110011101111101111011011101011100111101010111000111111100110100110011000010011101111101111011011111111101111101111011010010001000010 | e99b9cefbdbae7ab8fe69984efbdbfefbda442 |
UHC | 雜??晄??B | 111011011101101000111111001111111111110011001101001111110011111101000010 | edda3f3ffccd3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)