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 | ß×ÝÉ | 11011111110101111101110111001001 | dfd7ddc9 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ß×ÝÉ | 1000111110101001110011101010000111011111100011111010101011110010100011111010101010110001 | 8fa9cea1df8faaf28faab1 |
UTF-8 | ß×ÝÉ | 1100001110011111110000111001011111000011100111011100001110001001 | c39fc397c39dc389 |
UHC | ß×?? | 101010011010110010100001101111110011111100111111 | a9aca1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)