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 | 璢蔟}璢蔟{^ | 1110000011100011111001001111010101111101111000001110001111100100111101010111101101011110 | e0e3e4f57de0e3e4f57b5e |
EUC-JP | 璢蔟}璢蔟{^ | 1110000011100101111010001111011101111101111000001110010111101000111101110111101101011110 | e0e5e8f77de0e5e8f77b5e |
UTF-8 | 璢蔟}璢蔟{^ | 111001111001001010100010111010001001010010011111011111011110011110010010101000101110100010010100100111110111101101011110 | e792a2e8949f7de792a2e8949f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)