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 | 渙圦}渙圦{^ | 1001111111010000100110101010011101111101100111111101000010011010101001110111101101011110 | 9fd09aa77d9fd09aa77b5e |
EUC-JP | 渙圦}渙圦{^ | 1101111011010010110101001010100101111101110111101101001011010100101010010111101101011110 | ded2d4a97dded2d4a97b5e |
UTF-8 | 渙圦}渙圦{^ | 111001101011100010011001111001011001110010100110011111011110011010111000100110011110010110011100101001100111101101011110 | e6b899e59ca67de6b899e59ca67b5e |
UHC | 渙?}渙?{^ | 111111001011100100111111011111011111110010111001001111110111101101011110 | fcb93f7dfcb93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)