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 | 辜鞘岬 | 111001111000001110001111111000101001011010100110 | e7838fe296a6 |
EUC-JP | 辜鞘岬 | 111011011110001110111110111001001100110010101000 | ede3bee4cca8 |
UTF-8 | 辜鞘岬 | 111010001011111010011100111010011001111010011000111001011011001010101100 | e8be9ce99e98e5b2ac |
UHC | 辜?岬 | 1100110111010000001111111100101110100010 | cdd03fcba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)