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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 齶橈 | 11101010100110111001111011110100 | ea9b9ef4 |
EUC-JP | 齶橈 | 11110011111110111101110011110110 | f3fbdcf6 |
UTF-8 | 齶橈 | 111010011011110110110110111001101010100110001000 | e9bdb6e6a988 |
UHC | ?橈 | 001111111110100011111010 | 3fe8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)