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 | 藏?}藏?{^ | 111001010101010100111111011111011110010101010101001111110111101101011110 | e5553f7de5553f7b5e |
EUC-JP | 藏遝}藏遝{^ | 11101001101101101000111111100001110111110111110111101001101101101000111111100001110111110111101101011110 | e9b68fe1df7de9b68fe1df7b5e |
UTF-8 | 藏遝}藏遝{^ | 111010001001011110001111111010011000000110011101011111011110100010010111100011111110100110000001100111010111101101011110 | e8978fe9819d7de8978fe9819d7b5e |
UHC | 藏遝}藏遝{^ | 1110110111111010110100111100111101111101111011011111101011010011110011110111101101011110 | edfad3cf7dedfad3cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)