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 | 隴梧噴 | 111010001010110110001100111001101001010110101100 | e8ad8ce695ac |
EUC-JP | 隴梧噴 | 111100001010111110111000111010001100101010101110 | f0afb8e8caae |
UTF-8 | 隴梧噴 | 111010011001101010110100111001101010001010100111111001011001100110110100 | e99ab4e6a2a7e599b4 |
UHC | ?梧噴 | 0011111111100111111111001101110111000100 | 3fe7fcddc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)