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 | 叱﨧七 | 1111000010110111100011101011011011111011110100111000111010110101 | f0b78eb6fbd38eb5 |
EUC-JP | ?叱?七 | 001111111011110010111000001111111011110010110111 | 3fbcb83fbcb7 |
UTF-8 | 叱﨧七 | 111011101000000110110110111001011000111110110001111011111010100010100111111001001011100010000011 | ee81b6e58fb1efa8a7e4b883 |
UHC | ?叱?七 | 001111111111001011101010001111111111011011010010 | 3ff2ea3ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)