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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陜灘ッ殄 | 11101000100111011001001111100101101011111001111101101000 | e89d93e5af9f68 |
EUC-JP | 陜灘ッ殄 | 1110111111111101110001101110011110001110101011111101110111001001 | effdc6e78eafddc9 |
UTF-8 | 陜灘ッ殄 | 111010011001100110011100111001111000000110011000111011111011110110101111111001101010111010000100 | e9999ce78198efbdafe6ae84 |
UHC | 陜灘?殄 | 11111001111100001111011110101000001111111111001011001111 | f9f0f7a83ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)