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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 髴鍋朕@h | 1110100110011100100100111110011110010010101111010100000001101000 | e99c93e792bd4068 |
EUC-JP | 髴鍋朕@h | 1111000111111100110001101110100111000100101111110100000001101000 | f1fcc6e9c4bf4068 |
UTF-8 | 髴鍋朕@h | 1110100110101011101101001110100110001101100010111110011010011100100101010100000001101000 | e9abb4e98d8be69c954068 |
UHC | ?鍋朕@h | 00111111110011101010011111110010111110010100000001101000 | 3fcea7f2f94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)