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 | 佑遽}佑遽{^ | 1001011101000011111001111010111101111101100101110100001111100111101011110111101101011110 | 9743e7af7d9743e7af7b5e |
EUC-JP | 佑遽}佑遽{^ | 1100110110100100111011101011000101111101110011011010010011101110101100010111101101011110 | cda4eeb17dcda4eeb17b5e |
UTF-8 | 佑遽}佑遽{^ | 111001001011110110010001111010011000000110111101011111011110010010111101100100011110100110000001101111010111101101011110 | e4bd91e981bd7de4bd91e981bd7b5e |
UHC | 佑遽}佑遽{^ | 1110100111001110110010111110100001111101111010011100111011001011111010000111101101011110 | e9cecbe87de9cecbe87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)