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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 晶踴oBF | 100011111011101111110100101001001110011011111011011011110100001001000110 | 8fbbf4a4e6fb6f4246 |
EUC-JP | 晶?踴oBF | 1011111010111101001111111110110011111101011011110100001001000110 | bebd3fecfd6f4246 |
UTF-8 | 晶踴oBF | 111001101001100110110110111011101000110110010011111010001011100010110100011011110100001001000110 | e699b6ee8d93e8b8b46f4246 |
UHC | 晶??oBF | 11101111110111000011111100111111011011110100001001000110 | efdc3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)