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 | 蝠夜シ | 1110010110010101100101101110100110111100 | e59596e9bc |
EUC-JP | 蝠夜シ | 111010011111010111001100111010111000111010111100 | e9f5cceb8ebc |
UTF-8 | 蝠夜シ | 111010001001110110100000111001011010010010011100111011111011110110111100 | e89da0e5a49cefbdbc |
UHC | ?夜? | 00111111111001011010100000111111 | 3fe5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)