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 | 1001000011000000100111011001000001011001 | 90c09d9059 |
EUC-JP | 逝攝Y | 1100000011000010110110011111000001011001 | c0c2d9f059 |
UTF-8 | 逝攝Y | 11101001100000001001110111100110100101001001110101011001 | e9809de6949d59 |
UHC | 逝攝Y | 1110000010100110111000001110111001011001 | e0a6e0ee59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)