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 | 11100101111100011000000111100110100100111000000101000010 | e5f181e6938142 |
EUC-JP | 褥∵刀B | 11101010111100111010001011101000110001011110000101000010 | eaf3a2e8c5e142 |
UTF-8 | 褥∵刀B | 11101000101001001010010111100010100010001011010111100101100010001000000001000010 | e8a4a5e288b5e5888042 |
UHC | 褥∵刀B | 11101001101100111010000111110001110100111110111101000010 | e9b3a1f1d3ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)