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 | 銜碑凶 | 111001111111000010010100111010001000101110100101 | e7f094e88ba5 |
EUC-JP | 銜碑凶 | 111011101111001011001000111010101011011010100111 | eef2c8eab6a7 |
UTF-8 | 銜碑凶 | 111010011000101010011100111001111010001010010001111001011000011110110110 | e98a9ce7a291e587b6 |
UHC | 銜碑凶 | 111110011110011111011101111110001111110111010101 | f9e7ddf8fdd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)