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 | 褌誤・ | 1110010111101100100011001110101110100101 | e5ec8ceba5 |
EUC-JP | 褌誤・ | 111010101110111010111000111011011000111010100101 | eaeeb8ed8ea5 |
UTF-8 | 褌誤・ | 111010001010010010001100111010001010101010100100111011111011110110100101 | e8a48ce8aaa4efbda5 |
UHC | ?誤? | 00111111111010001010011000111111 | 3fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)