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 | 瓦?}瓦?{^ | 100010101010001000111111011111011000101010100010001111110111101101011110 | 8aa23f7d8aa23f7b5e |
EUC-JP | 瓦遝}瓦遝{^ | 10110100101001001000111111100001110111110111110110110100101001001000111111100001110111110111101101011110 | b4a48fe1df7db4a48fe1df7b5e |
UTF-8 | 瓦遝}瓦遝{^ | 111001111001001110100110111010011000000110011101011111011110011110010011101001101110100110000001100111010111101101011110 | e793a6e9819d7de793a6e9819d7b5e |
UHC | 瓦遝}瓦遝{^ | 1110100010111111110100111100111101111101111010001011111111010011110011110111101101011110 | e8bfd3cf7de8bfd3cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)