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 | 攝錫性 | 100111011001000010001110111000001001000010101011 | 9d908ee090ab |
EUC-JP | 攝錫性 | 110110011111000010111100111000101100000010101101 | d9f0bce2c0ad |
UTF-8 | 攝錫性 | 111001101001010010011101111010011000110010101011111001101000000010100111 | e6949de98cabe680a7 |
UHC | 攝錫性 | 111000001110111011100000101110001110000011110101 | e0eee0b8e0f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)