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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 紗? | 100011101101000100111111 | 8ed13f |
EUC-JP | 紗瑄 | 1011110011010011100011111100110010111001 | bcd38fccb9 |
UTF-8 | 紗瑄 | 111001111011010010010111111001111001000110000100 | e7b497e79184 |
UHC | 紗瑄 | 11011110111010011110000011000101 | dee9e0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)