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 | 鉉堕キ菴 | 11100111111010011001000111000010101101111110010010111101 | e7e991c2b7e4bd |
EUC-JP | 鉉堕キ菴 | 1110111011101011110000101100010010001110101101111110100010111111 | eeebc2c48eb7e8bf |
UTF-8 | 鉉堕キ菴 | 111010011000100110001001111001011010000010010101111011111011110110110111111010001000111110110100 | e98989e5a095efbdb7e88fb4 |
UHC | 鉉??菴 | 111110101110100000111111001111111110010011100000 | fae83f3fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)