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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 盞旋扇A | 11100001101101011001000011111001100100001110111001000001 | e1b590f990ee41 |
EUC-JP | 盞旋扇A | 11100010101101111100000011111011110000001111000001000001 | e2b7c0fbc0f041 |
UTF-8 | 盞旋扇A | 11100111100110111001111011100110100101111000101111100110100010011000011101000001 | e79b9ee6978be6898741 |
UHC | 盞旋扇A | 11101101110100111110000011000001111000001011111101000001 | edd3e0c1e0bf41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)