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 | ß¾Õú | 11011111101111101101010111111010 | dfbed5fa |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ß?Õú | 10001111101010011100111000111111100011111010101011011000100011111010101111100010 | 8fa9ce3f8faad88fabe2 |
UTF-8 | ß¾Õú | 1100001110011111110000101011111011000011100101011100001110111010 | c39fc2bec395c3ba |
UHC | ß¾?? | 101010011010110010101000111110100011111100111111 | a9aca8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)