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 | 魃頑屏 | 111010011010111110001010111001101001101110100000 | e9af8ae69ba0 |
EUC-JP | 魃頑屏 | 111100101011000110110100111010001101011010100010 | f2b1b4e8d6a2 |
UTF-8 | 魃頑屏 | 111010011010110110000011111010011010000010010001111001011011000110001111 | e9ad83e9a091e5b18f |
UHC | 魃頑? | 1101101110100110111010001101011100111111 | dba6e8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)