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 | 侶蜈}侶蜈{^ | 1001011110110101111001011000010101111101100101111011010111100101100001010111101101011110 | 97b5e5857d97b5e5857b5e |
EUC-JP | 侶蜈}侶蜈{^ | 1100111010110111111010011110010101111101110011101011011111101001111001010111101101011110 | ceb7e9e57dceb7e9e57b5e |
UTF-8 | 侶蜈}侶蜈{^ | 111001001011111010110110111010001001110010001000011111011110010010111110101101101110100010011100100010000111101101011110 | e4beb6e89c887de4beb6e89c887b5e |
UHC | 侶蜈}侶蜈{^ | 1101010111100010111010001010010101111101110101011110001011101000101001010111101101011110 | d5e2e8a57dd5e2e8a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)