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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛄肭熏 | 111001010111010111100011111010111110000010001101 | e575e3ebe08d |
EUC-JP | 蛄肭熏 | 111010011101011011100110111011011101111111101101 | e9d6e6eddfed |
UTF-8 | 蛄肭熏 | 111010001001101110000100111010001000001010101101111001111000011010001111 | e89b84e882ade7868f |
UHC | ??熏 | 00111111001111111111110110110111 | 3f3ffdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)