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 | 飜蝎}飜蝎{^ | 1110001111001010111001011001100101111101111000111100101011100101100110010111101101011110 | e3cae5997de3cae5997b5e |
EUC-JP | 飜蝎}飜蝎{^ | 1110011011001100111010011111100101111101111001101100110011101001111110010111101101011110 | e6cce9f97de6cce9f97b5e |
UTF-8 | 飜蝎}飜蝎{^ | 111010011010001110011100111010001001110110001110011111011110100110100011100111001110100010011101100011100111101101011110 | e9a39ce89d8e7de9a39ce89d8e7b5e |
UHC | 飜蝎}飜蝎{^ | 1101101111101000110010101110100101111101110110111110100011001010111010010111101101011110 | dbe8cae97ddbe8cae97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)