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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 菽錞}菽錞{^ | 1110010011000001111110111101101101111101111001001100000111111011110110110111101101011110 | e4c1fbdb7de4c1fbdb7b5e |
EUC-JP | 菽錞}菽錞{^ | 11101000110000111000111111100100110111000111110111101000110000111000111111100100110111000111101101011110 | e8c38fe4dc7de8c38fe4dc7b5e |
UTF-8 | 菽錞}菽錞{^ | 111010001000111110111101111010011000110010011110011111011110100010001111101111011110100110001100100111100111101101011110 | e88fbde98c9e7de88fbde98c9e7b5e |
UHC | 菽錞}菽錞{^ | 1110001011011101111000101111011001111101111000101101110111100010111101100111101101011110 | e2dde2f67de2dde2f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)