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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 橒?}橒?{^ | 1000111111000101101011010011111101111101100011111100010110101101001111110111101101011110 | 8fc5ad3f7d8fc5ad3f7b5e |
UTF-8 | 橒렡}橒렡{^ | 111001101010100110010010111010111010000010100001011111011110011010101001100100101110101110100000101000010111101101011110 | e6a992eba0a17de6a992eba0a17b5e |
UHC | 橒렡}橒렡{^ | 1110100111111000100011101011001001111101111010011111100010001110101100100111101101011110 | e9f88eb27de9f88eb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)