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 | 仲?煜 | 1001001010000111001111111111101101010101 | 92873ffb55 |
EUC-JP | 仲?煜 | 110000111110011100111111100011111100100111111100 | c3e73f8fc9fc |
UTF-8 | 仲렫煜 | 111001001011101110110010111010111010000010101011111001111000010110011100 | e4bbb2eba0abe7859c |
UHC | 仲렫煜 | 111100011110101010001110101110011110100111110010 | f1ea8eb9e9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)