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 | 螢捺鎖 | 111001011010001110010011111001101000110110111101 | e5a393e68dbd |
EUC-JP | 螢捺鎖 | 111010101010010111000110111010001011101010111111 | eaa5c6e8babf |
UTF-8 | 螢捺鎖 | 111010001001111010100010111001101000110110111010111010011000111010010110 | e89ea2e68dbae98e96 |
UHC | 螢捺鎖 | 111110111010101111010001111101001110000111110000 | fbabd1f4e1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)