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 | °þÌÕ | 10110000111111101100110011010101 | b0feccd5 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °þÌÕ | 1010000111101011100011111010100111010000100011111010101011000000100011111010101011011000 | a1eb8fa9d08faac08faad8 |
UTF-8 | °þÌÕ | 1100001010110000110000111011111011000011100011001100001110010101 | c2b0c3bec38cc395 |
UHC | °þ?? | 101000011100011010101001101011010011111100111111 | a1c6a9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)