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 | 閨イ魏「 | 111010001000000110110010111010011011000010100010 | e881b2e9b0a2 |
EUC-JP | 閨イ魏「 | 1110111111100001100011101011001011110010101100101000111010100010 | efe18eb2f2b28ea2 |
UTF-8 | 閨イ魏「 | 111010011001011010101000111011111011110110110010111010011010110110001111111011111011110110100010 | e996a8efbdb2e9ad8fefbda2 |
UHC | 閨?魏? | 110100001011000100111111111010101110000000111111 | d0b13feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)