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 | 陦作粥 | 111010001010000110001101111011001000101010011111 | e8a18dec8a9f |
EUC-JP | 陦作粥 | 111100001010001110111010111011101011010010100001 | f0a3baeeb4a1 |
UTF-8 | 陦作粥 | 111010011001100110100110111001001011110110011100111001111011001010100101 | e999a6e4bd9ce7b2a5 |
UHC | ?作粥 | 0011111111101101110000101111000111010100 | 3fedc2f1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)