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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??巡B | 0011111100111111100011111000010001000010 | 3f3f8f8442 |
EUC-JP | ??巡B | 0011111100111111101111011110010001000010 | 3f3fbde442 |
UTF-8 | 롍렳巡B | 11101011101000011000110111101011101000001011001111100101101101111010000101000010 | eba18deba0b3e5b7a142 |
UHC | 롍렳巡B | 10001110110100111000111011000000111000101101111001000010 | 8ed38ec0e2de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)