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 | 盆逗頸 | 100101100111111010010000100000001110100011110010 | 967e9080e8f2 |
EUC-JP | 盆逗頸 | 110010111101111110111111111000001111000011110100 | cbdfbfe0f0f4 |
UTF-8 | 盆逗頸 | 111001111001101110000110111010011000000010010111111010011010000010111000 | e79b86e98097e9a0b8 |
UHC | 盆逗頸 | 110111011100111011010100111010001100110011110010 | ddced4e8ccf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)