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 | 彫?爰 | 1001001010100100001111111110000010100111 | 92a43fe0a7 |
EUC-JP | 彫?爰 | 1100010010100110001111111110000010101001 | c4a63fe0a9 |
UTF-8 | 彫렋爰 | 111001011011110110101011111010111010000010001011111001111000100010110000 | e5bdabeba08be788b0 |
UHC | 彫렋爰 | 111100001100000110001110101000101110101010111010 | f0c18ea2eaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)