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 | 11100110100100111000000111100110100100111000000101000010 | e69381e6938142 |
EUC-JP | 謫∵刀B | 11101011111100111010001011101000110001011110000101000010 | ebf3a2e8c5e142 |
UTF-8 | 謫∵刀B | 11101000101011001010101111100010100010001011010111100101100010001000000001000010 | e8acabe288b5e5888042 |
UHC | 謫∵刀B | 11101110111000111010000111110001110100111110111101000010 | eee3a1f1d3ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)