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 | 辣呷盗 | 111001111000010110011001111011001001001110010000 | e78599ec9390 |
EUC-JP | 辣呷盗 | 111011011110010111010010111011101100010111110000 | ede5d2eec5f0 |
UTF-8 | 辣呷盗 | 111010001011111010100011111001011001000110110111111001111001101110010111 | e8bea3e591b7e79b97 |
UHC | 辣?? | 11010101101110000011111100111111 | d5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)