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 | ß÷Ëõ | 11011111111101111100101111110101 | dff7cbf5 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | ß÷Ëõ | 1000111110101001110011101010000111100000100011111010101010110011100011111010101111011000 | 8fa9cea1e08faab38fabd8 |
UTF-8 | ß÷Ëõ | 1100001110011111110000111011011111000011100010111100001110110101 | c39fc3b7c38bc3b5 |
UHC | ß÷?? | 101010011010110010100001110000000011111100111111 | a9aca1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)