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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 雎コY | 11101000101100011011101001011001 | e8b1ba59 |
EUC-JP | 雎コY | 1111000010110011100011101011101001011001 | f0b38eba59 |
UTF-8 | 雎コY | 11101001100110111000111011101111101111011011101001011001 | e99b8eefbdba59 |
UHC | 雎?Y | 11101110110100010011111101011001 | eed13f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)