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 | 瑩珸}瑩珸{^ | 1110000011110000111000001110011101111101111000001111000011100000111001110111101101011110 | e0f0e0e77de0f0e0e77b5e |
EUC-JP | 瑩珸}瑩珸{^ | 1110000011110010111000001110100101111101111000001111001011100000111010010111101101011110 | e0f2e0e97de0f2e0e97b5e |
UTF-8 | 瑩珸}瑩珸{^ | 111001111001000110101001111001111000111110111000011111011110011110010001101010011110011110001111101110000111101101011110 | e791a9e78fb87de791a9e78fb87b5e |
UHC | 瑩?}瑩?{^ | 111110111010100100111111011111011111101110101001001111110111101101011110 | fba93f7dfba93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)