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 | 001111110011111100111111001111110110000001000010 | 3f3f3f3f6042 |
SJIS-WIN | 宵「将ョ`B | 1000111110101010101000101000111110101011101011100110000001000010 | 8faaa28fabae6042 |
EUC-JP | 宵「将ョ`B | 10111110101011001000111010100010101111101010110110001110101011100110000001000010 | beac8ea2bead8eae6042 |
UTF-8 | 宵「将ョ`B | 1110010110101110101101011110111110111101101000101110010110110000100001101110111110111101101011100110000001000010 | e5aeb5efbda2e5b086efbdae6042 |
UHC | 宵???`B | 11100001101100100011111100111111001111110110000001000010 | e1b23f3f3f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)