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 | 鉅ャ驢蝉繞 | 111001111110100010101100111010011000011010010000111001001110001110000101 | e7e8ace98690e4e385 |
EUC-JP | 鉅ャ驢蝉繞 | 11101110111010101000111010101100111100011110011011000000111001101110010111100101 | eeea8eacf1e6c0e6e5e5 |
UTF-8 | 鉅ャ驢蝉繞 | 111010011000100110000101111011111011110110101100111010011010100110100010111010001001110110001001111001111011100110011110 | e98985efbdace9a9a2e89d89e7b99e |
UHC | 鉅?驢?繞 | 1100101111101001001111111101010111110000001111111110100110100100 | cbe93fd5f03fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)