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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜コ謫セ | 111010001011011010111010111001101001001110111110 | e8b6bae693be |
EUC-JP | 雜コ謫セ | 1111000010111000100011101011101011101011111100111000111010111110 | f0b88ebaebf38ebe |
UTF-8 | 雜コ謫セ | 111010011001101110011100111011111011110110111010111010001010110010101011111011111011110110111110 | e99b9cefbdbae8acabefbdbe |
UHC | 雜?謫? | 111011011101101000111111111011101110001100111111 | edda3feee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)