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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟷溽垤 | 111001011011100110011111111001111001101010110111 | e5b99fe79ab7 |
EUC-JP | 蟷溽垤 | 111010101011101111011110111010011101010010111001 | eabbdee9d4b9 |
UTF-8 | 蟷溽垤 | 111010001001111110110111111001101011101010111101111001011001111010100100 | e89fb7e6babde59ea4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)