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 | ß÷æ | 100100101000011011011111111101111000111011100110 | 9286dff78ee6 |
SJIS-WIN | ???÷?? | 00111111001111110011111110000001100000000011111100111111 | 3f3f3f81803f3f |
EUC-JP | ??ß÷?æ | 0011111100111111100011111010100111001110101000011110000000111111100011111010100111000001 | 3f3f8fa9cea1e03f8fa9c1 |
UTF-8 | ß÷æ | 110000101001001011000010100001101100001110011111110000111011011111000010100011101100001110100110 | c292c286c39fc3b7c28ec3a6 |
UHC | ??ß÷?æ | 001111110011111110101001101011001010000111000000001111111010100110100001 | 3f3fa9aca1c03fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)