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 | ¶óß½ | 10110110111100111101111110111101 | b6f3dfbd |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶óß? | 101000101111100110001111101010111101000110001111101010011100111000111111 | a2f98fabd18fa9ce3f |
UTF-8 | ¶óß½ | 1100001010110110110000111011001111000011100111111100001010111101 | c2b6c3b3c39fc2bd |
UHC | ¶?ß½ | 10100010110100100011111110101001101011001010100011110110 | a2d23fa9aca8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)