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 | 諛??窈 | 111001101000011100111111001111111110001001110111 | e6873f3fe277 |
EUC-JP | 諛??窈 | 111010111110011100111111001111111110001111011000 | ebe73f3fe3d8 |
UTF-8 | 諛꾩뀕窈 | 111010001010101110011011111010101011111010101001111010111000000010010101111001111010101010001000 | e8ab9beabea9eb8095e7aa88 |
UHC | 諛꾩뀕窈 | 1110101110110000100001001110110010000101100011101110100110100001 | ebb084ec858ee9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)