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 | ÝÝhÝÝ | 1101110111011101011010001101110111011101 | dddd68dddd |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ÝÝhÝÝ | 10001111101010101111001010001111101010101111001001101000100011111010101011110010100011111010101011110010 | 8faaf28faaf2688faaf28faaf2 |
UTF-8 | ÝÝhÝÝ | 110000111001110111000011100111010110100011000011100111011100001110011101 | c39dc39d68c39dc39d |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)