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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲???θキ | 111000011001111100111111001111110011111110000011110001101000001101001100 | e19f3f3f3f83c6834c |
EUC-JP | 癲???θキ | 111000101010000100111111001111110011111110100110110010001010010110101101 | e2a13f3f3fa6c8a5ad |
UTF-8 | 癲⑸뜄杻θキ | 1110011110011001101100101110001010010001101110001110101110011100100001001110111110100111100010001100111010111000111000111000001010101101 | e799b2e291b8eb9c84efa788ceb8e382ad |
UHC | 癲⑸뜄杻θキ | 111011111010011010101001111010111000110110001000111010101111010010100101111010001010101110101101 | efa6a9eb8d88eaf4a5e8abad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)