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 | 怡?帽 | 1001110001111101001111111001011001011000 | 9c7d3f9658 |
EUC-JP | 怡澧帽 | 11010111110111101000111111001000111100111100101110111001 | d7de8fc8f3cbb9 |
UTF-8 | 怡澧帽 | 111001101000000010100001111001101011111010100111111001011011100010111101 | e680a1e6bea7e5b8bd |
UHC | 怡澧帽 | 111011001010111011010110110010001101100110110110 | ecaed6c8d9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)