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 | 戒?祥 | 1000100111111010001111111000111111001011 | 89fa3f8fcb |
EUC-JP | 戒?祥 | 1011001011111100001111111011111011001101 | b2fc3fbecd |
UTF-8 | 戒뢨祥 | 111001101000100010010010111010111010001010101000111001111010010110100101 | e68892eba2a8e7a5a5 |
UHC | 戒뢨祥 | 110011001111110010110111110110011101111111010100 | ccfcb7d9dfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)