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 | 跿瀧擒 | 111001101111001110010001111010111001110110100000 | e6f391eb9da0 |
EUC-JP | 跿瀧擒 | 111011001111010111000010111011011101101010100010 | ecf5c2eddaa2 |
UTF-8 | 跿瀧擒 | 111010001011011110111111111001111000000010100111111001101001001110010010 | e8b7bfe780a7e69392 |
UHC | ?瀧擒 | 0011111111010110111010011101000011010011 | 3fd6e9d0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)