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 | 湿昭瑟 | 1111000010101100100011101011110010001111101110101110000011101100 | f0ac8ebc8fbae0ec |
EUC-JP | ?湿昭瑟 | 00111111101111001011111010111110101111001110000011101110 | 3fbcbebebce0ee |
UTF-8 | 湿昭瑟 | 111011101000000110101011111001101011100110111111111001101001100010101101111001111001000110011111 | ee81abe6b9bfe698ade7919f |
UHC | ??昭瑟 | 001111110011111111100001101110011110001110100010 | 3f3fe1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)