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 | 嘲班? | 1001101001111101100101001100011100111111 | 9a7d94c73f |
EUC-JP | 嘲班? | 1101001111011110110010001100100100111111 | d3dec8c93f |
UTF-8 | 嘲班렢 | 111001011001100010110010111001111000111110101101111010111010000010100010 | e598b2e78fadeba0a2 |
UHC | 嘲班렢 | 111100001011111111011010111011001000111010110011 | f0bfdaec8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)