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 | 1110000011100110111000011101010001011001 | e0e6e1d459 |
EUC-JP | 琥瞞Y | 1110000011101000111000101101011001011001 | e0e8e2d659 |
UTF-8 | 琥瞞Y | 11100111100100001010010111100111100111101001111001011001 | e790a5e79e9e59 |
UHC | 琥瞞Y | 1111101111010000110110001011111001011001 | fbd0d8be59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)