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 | 赦湿セ | 1000111011001101100011101011110010111110 | 8ecd8ebcbe |
EUC-JP | 赦湿セ | 101111001100111110111100101111101000111010111110 | bccfbcbe8ebe |
UTF-8 | 赦湿セ | 111010001011010110100110111001101011100110111111111011111011110110111110 | e8b5a6e6b9bfefbdbe |
UHC | 赦?? | 11011110111101010011111100111111 | def53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)