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 | 瑚究}瑚究{^ | 1000110011101000100010111000011001111101100011001110100010001011100001100111101101011110 | 8ce88b867d8ce88b867b5e |
EUC-JP | 瑚究}瑚究{^ | 1011100011101010101101011110011001111101101110001110101010110101111001100111101101011110 | b8eab5e67db8eab5e67b5e |
UTF-8 | 瑚究}瑚究{^ | 111001111001000110011010111001111010100110110110011111011110011110010001100110101110011110101001101101100111101101011110 | e7919ae7a9b67de7919ae7a9b67b5e |
UHC | 瑚究}瑚究{^ | 1111101111010001110011111011110001111101111110111101000111001111101111000111101101011110 | fbd1cfbc7dfbd1cfbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)