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 | 迴桟}迴桟{^ | 1110011110001111100011100101011001111101111001111000111110001110010101100111101101011110 | e78f8e567de78f8e567b5e |
EUC-JP | 迴桟}迴桟{^ | 1110110111101111101110111011011101111101111011011110111110111011101101110111101101011110 | edefbbb77dedefbbb77b5e |
UTF-8 | 迴桟}迴桟{^ | 111010001011111110110100111001101010000110011111011111011110100010111111101101001110011010100001100111110111101101011110 | e8bfb4e6a19f7de8bfb4e6a19f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)