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 | 甕??預 | 111000010101000000111111001111111001011101100001 | e1503f3f9761 |
EUC-JP | 甕??預 | 111000011011000100111111001111111100110111000010 | e1b13f3fcdc2 |
UTF-8 | 甕잒궟預 | 111001111001010010010101111011001001111010010010111010101011011010011111111010011010000010010000 | e79495ec9e92eab69fe9a090 |
UHC | 甕잒궟預 | 1110100010111000100111111110100010000010101100101110011111101000 | e8b89fe882b2e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)