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 | 饒?シ | 1110100101100000001111111000001101010110 | e9603f8356 |
EUC-JP | 饒?シ | 1111000111000001001111111010010110110111 | f1c13fa5b7 |
UTF-8 | 饒묋シ | 111010011010010110010010111010111010110010001011111000111000001010110111 | e9a592ebac8be382b7 |
UHC | 饒묋シ | 111010011010111010010001111010001010101110110111 | e9ae91e8abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)