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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螽咼螽咼^ | 111001011010100010011010010001001110010110101000100110100100010001011110 | e5a89a44e5a89a445e |
EUC-JP | 螽咼螽咼^ | 111010101010101011010011101001011110101010101010110100111010010101011110 | eaaad3a5eaaad3a55e |
UTF-8 | 螽咼螽咼^ | 11101000100111101011110111100101100100101011110011101000100111101011110111100101100100101011110001011110 | e89ebde592bce89ebde592bc5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)