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 | 趺滔羯 | 111001101110010110011111111010111110001110111001 | e6e59febe3b9 |
EUC-JP | 趺滔羯 | 111011001110011111011110111011011110011010111011 | ece7deede6bb |
UTF-8 | 趺滔羯 | 111010001011011010111010111001101011101110010100111001111011111010101111 | e8b6bae6bb94e7beaf |
UHC | 趺滔? | 1101110110111010110101001010010100111111 | ddbad4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)