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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 狸辰終^ | 10010010010010111001001001000011100011110100100101011110 | 924b92438f495e |
EUC-JP | 狸辰終^ | 11000011101011001100001110100100101111011010101001011110 | c3acc3a4bdaa5e |
UTF-8 | 狸辰終^ | 11100111100010111011100011101000101111101011000011100111101101011000001001011110 | e78bb8e8beb0e7b5825e |
UHC | 狸辰終^ | 11010111111000011111001011100011111100001111101101011110 | d7e1f2e3f0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)