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 | 蕙??業 | 111110111001101100111111001111111000101111000110 | fb9b3f3f8bc6 |
EUC-JP | 蕙??業 | 10001111110110011100100000111111001111111011011011001000 | 8fd9c83f3fb6c8 |
UTF-8 | 蕙쏃쎁業 | 111010001001010110011001111011001000111110000011111011001000111010000001111001101010010110101101 | e89599ec8f83ec8e81e6a5ad |
UHC | 蕙쏃쎁業 | 1111101110110110100110111110100110011011101010111110010111110110 | fbb69be99babe5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)