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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晶寘 | 100011111011101111111001110111001111101010101001 | 8fbbf9dcfaa9 |
EUC-JP | 晶?寘 | 101111101011110100111111100011111011101011100001 | bebd3f8fbae1 |
UTF-8 | 晶寘 | 111001101001100110110110111011101001110010110111111001011010111110011000 | e699b6ee9cb7e5af98 |
UHC | 晶?? | 11101111110111000011111100111111 | efdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)