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 | 譽ケ逋カ鮗シ^ | 11100110101000111011100111100111100110011011011011101001101110101011110001011110 | e6a3b9e799b6e9babc5e |
EUC-JP | 譽ケ逋カ鮗シ^ | 11101100101001011000111010111001111011011111100110001110101101101111001010111100100011101011110001011110 | eca58eb9edf98eb6f2bc8ebc5e |
UTF-8 | 譽ケ逋カ鮗シ^ | 11101000101011011011110111101111101111011011100111101001100000001000101111101111101111011011011011101001101011101001011111101111101111011011110001011110 | e8adbdefbdb9e9808befbdb6e9ae97efbdbc5e |
UHC | 譽?逋???^ | 111001111110001000111111111110001110011100111111001111110011111101011110 | e7e23ff8e73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)