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 | 蝎朱ョ | 1110010110011001100011101110100110101110 | e5998ee9ae |
EUC-JP | 蝎朱ョ | 111010011111100110111100111010111000111010101110 | e9f9bceb8eae |
UTF-8 | 蝎朱ョ | 111010001001110110001110111001101001110010110001111011111011110110101110 | e89d8ee69cb1efbdae |
UHC | 蝎朱? | 1100101011101001111100011011100100111111 | cae9f1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)