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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隲滓イサ鈞 | 1110100010101011100111111110011010110010101110111110011111100000 | e8ab9fe6b2bbe7e0 |
EUC-JP | 隲滓イサ鈞 | 11110000101011011101111011101000100011101011001010001110101110111110111011100010 | f0addee88eb28ebbeee2 |
UTF-8 | 隲滓イサ鈞 | 111010011001101010110010111001101011101110010011111011111011110110110010111011111011110110111011111010011000100010011110 | e99ab2e6bb93efbdb2efbdbbe9889e |
UHC | ?滓??鈞 | 00111111111011101010101100111111001111111101000010110111 | 3feeab3f3fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)