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 | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 玳袱y | 1110000011011100111001011101111001111001 | e0dce5de79 |
EUC-JP | 玳袱y | 1110000011011110111010101110000001111001 | e0deeae079 |
UTF-8 | 玳袱y | 11100111100011101011001111101000101000101011000101111001 | e78eb3e8a2b179 |
UHC | 玳?y | 11010011111001010011111101111001 | d3e53f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)