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 | ?期岫 | 0011111110001010111110101001101110101011 | 3f8afa9bab |
EUC-JP | ?期岫 | 0011111110110100111111001101011010101101 | 3fb4fcd6ad |
UTF-8 | 뤦期岫 | 111010111010010010100110111001101001110010011111111001011011001010101011 | eba4a6e69c9fe5b2ab |
UHC | 뤦期岫 | 100011111101010011010001101000101110000111111011 | 8fd4d1a2e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)