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 | 逆?? | 10001011011101000011111100111111 | 8b743f3f |
EUC-JP | 逆?? | 10110101110101010011111100111111 | b5d53f3f |
UTF-8 | 逆롆롏 | 111010011000000010000110111010111010000110000110111010111010000110001111 | e98086eba186eba18f |
UHC | 逆롆롏 | 111001101011110110001110110011001000111011010101 | e6bd8ecc8ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)