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 | 1110001010110101111000011101010001011001 | e2b5e1d459 |
EUC-JP | 箏瞞Y | 1110010010110111111000101101011001011001 | e4b7e2d659 |
UTF-8 | 箏瞞Y | 11100111101011101000111111100111100111101001111001011001 | e7ae8fe79e9e59 |
UHC | 箏瞞Y | 1110111010110100110110001011111001011001 | eeb4d8be59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)