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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヤ衞ォ | 110101001110010111001010111101001100101110101011 | d4e5caf4cbab |
EUC-JP | ヤ衞?ォ | 10001110110101001110101011001100001111111000111010101011 | 8ed4eacc3f8eab |
UTF-8 | ヤ衞ォ | 111011111011111010010100111010001010000110011110111011101000110110111010111011111011110110101011 | efbe94e8a19eee8dbaefbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)