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 | 珸珱}珸珱{^ | 1110000011100111111000001111110001111101111000001110011111100000111111000111101101011110 | e0e7e0fc7de0e7e0fc7b5e |
EUC-JP | 珸珱}珸珱{^ | 1110000011101001111000001111111001111101111000001110100111100000111111100111101101011110 | e0e9e0fe7de0e9e0fe7b5e |
UTF-8 | 珸珱}珸珱{^ | 111001111000111110111000111001111000111110110001011111011110011110001111101110001110011110001111101100010111101101011110 | e78fb8e78fb17de78fb8e78fb17b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)