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 | 鄧企悧 | 111110111011100110001010111010011001110010100100 | fbb98ae99ca4 |
EUC-JP | 鄧企悧 | 10001111111000101100011110110100111010111101100010100110 | 8fe2c7b4ebd8a6 |
UTF-8 | 鄧企悧 | 111010011000010010100111111001001011110010000001111001101000001010100111 | e984a7e4bc81e682a7 |
UHC | 鄧企悧 | 110101001111100011010000111010101101011111011100 | d4f8d0ead7dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)