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 | 轢滓ョ | 1110011110000000100111111110011010101110 | e7809fe6ae |
EUC-JP | 轢滓ョ | 111011011110000011011110111010001000111010101110 | ede0dee88eae |
UTF-8 | 轢滓ョ | 111010001011110110100010111001101011101110010011111011111011110110101110 | e8bda2e6bb93efbdae |
UHC | 轢滓? | 1101010111111001111011101010101100111111 | d5f9eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)