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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顋ケ蝓コ遨 | 1110100011111001101110011110010110011111101110101110011110101001 | e8f9b9e59fbae7a9 |
EUC-JP | 顋ケ蝓コ遨 | 11110000111110111000111010111001111010101010000110001110101110101110111010101011 | f0fb8eb9eaa18ebaeeab |
UTF-8 | 顋ケ蝓コ遨 | 111010011010000110001011111011111011110110111001111010001001110110010011111011111011110110111010111010011000000110101000 | e9a18befbdb9e89d93efbdbae981a8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)