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 | 崖?4 | 1000101001010010001111111000001001010011 | 8a523f8253 |
EUC-JP | 崖?4 | 1011001110110011001111111010001110110100 | b3b33fa3b4 |
UTF-8 | 崖쇘4 | 111001011011010010010110111011001000011110011000111011111011110010010100 | e5b496ec8798efbc94 |
UHC | 崖쇘4 | 111001001111000010111100111001111010001110110100 | e4f0bce7a3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)