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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 嶪꾥뱣嶪꾥뱣^ | 11100101101101101010101011101010101111101010010111101011101100011010001111100101101101101010101011101010101111101010010111101011101100011010001101011110 | e5b6aaeabea5ebb1a3e5b6aaeabea5ebb1a35e |
UHC | 嶪꾥뱣嶪꾥뱣^ | 11100101111101011000010011101000100100111000100111100101111101011000010011101000100100111000100101011110 | e5f584e89389e5f584e893895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)