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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | ??¨? | 0011111100111111100000010100111000111111 | 3f3f814e3f |
EUC-JP | ??¨沅 | 00111111001111111010000110101111100011111100011011101001 | 3f3fa1af8fc6e9 |
UTF-8 | 緣쏅¨沅 | 1110011110110111101000111110110010001111100001011100001010101000111001101011001010000101 | e7b7a3ec8f85c2a8e6b285 |
UHC | 緣쏅¨沅 | 1110011011011110100110111110101110100001101001111110101010110110 | e6de9beba1a7eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)