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 | 憶?κ | 1000100110101111001111111000001111001000 | 89af3f83c8 |
EUC-JP | 憶?κ | 1011001010110001001111111010011011001010 | b2b13fa6ca |
UTF-8 | 憶뷴κ | 1110011010000110101101101110101110110111101101001100111010111010 | e686b6ebb7b4ceba |
UHC | 憶뷴κ | 111001011110001110111010111001011010010111101010 | e5e3bae5a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)