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 | 雕晞。冗 | 11101000101110001001110111101001101000011000111111100111 | e8b89de9a18fe7 |
EUC-JP | 雕晞。冗 | 1111000010111010110110101110101110001110101000011011111011101001 | f0badaeb8ea1bee9 |
UTF-8 | 雕晞。冗 | 111010011001101110010101111001101001100110011110111011111011110110100001111001011000011010010111 | e99b95e6999eefbda1e58697 |
UHC | 雕晞?冗 | 11110000111001111111110111110101001111111110100110110111 | f0e7fdf53fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)