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 | 遨邑}遨邑{^ | 1110011110101001100101110101011101111101111001111010100110010111010101110111101101011110 | e7a997577de7a997577b5e |
EUC-JP | 遨邑}遨邑{^ | 1110111010101011110011011011100001111101111011101010101111001101101110000111101101011110 | eeabcdb87deeabcdb87b5e |
UTF-8 | 遨邑}遨邑{^ | 111010011000000110101000111010011000001010010001011111011110100110000001101010001110100110000010100100010111101101011110 | e981a8e982917de981a8e982917b5e |
UHC | ?邑}?邑{^ | 001111111110101111101001011111010011111111101011111010010111101101011110 | 3febe97d3febe97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)