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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?嶽燮 | 0011111110011011110101001001100111010111 | 3f9bd499d7 |
EUC-JP | ?嶽燮 | 0011111111010110110101101101001011011001 | 3fd6d6d2d9 |
UTF-8 | 센嶽燮 | 111011001000010010111100111001011011011010111101111001111000011110101110 | ec84bce5b6bde787ae |
UHC | 센嶽燮 | 101111001011111011100100110000001110000011110000 | bcbee4c0e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)