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 | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | 軏乗谿宅万K | 1111101110110010100011111110011011100110101011101001000111101110100101101001110001001011 | fbb28fe6e6ae91ee969c4b |
EUC-JP | 軏乗谿宅万K | 100011111110000011011001101111101110100011101100101100001100001011110000110010111111110001001011 | 8fe0d9bee8ecb0c2f0cbfc4b |
UTF-8 | 軏乗谿宅万K | 11101000101110111000111111100100101110011001011111101000101100001011111111100101101011101000010111100100101110001000011101001011 | e8bb8fe4b997e8b0bfe5ae85e4b8874b |
UHC | ??谿宅万K | 001111110011111111001101101011001101001111101011110110001011001001001011 | 3f3fcdacd3ebd8b24b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)