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 | Þ¶ÓñBF | 110111101011011011010011111100010100001001000110 | deb6d3f14246 |
SJIS-WIN | ?¶??BF | 00111111100000011111011100111111001111110100001001000110 | 3f81f73f3f4246 |
EUC-JP | Þ¶ÓñBF | 10001111101010011011000010100010111110011000111110101010110100011000111110101011110100000100001001000110 | 8fa9b0a2f98faad18fabd04246 |
UTF-8 | Þ¶ÓñBF | 11000011100111101100001010110110110000111001001111000011101100010100001001000110 | c39ec2b6c393c3b14246 |
UHC | Þ¶??BF | 1010100010101101101000101101001000111111001111110100001001000110 | a8ada2d23f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)