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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤??經伶 | 1001001011100111001111110011111111100011010100111001011111100000 | 92e73f3fe35397e0 |
EUC-JP | 堤??經伶 | 1100010011101001001111110011111111100101101101001100111011100010 | c4e93f3fe5b4cee2 |
UTF-8 | 堤렚狀經伶 | 111001011010000010100100111010111010000010011010111011111010011110111010111001111011011010010011111001001011110010110110 | e5a0a4eba09aefa7bae7b693e4bcb6 |
UHC | 堤렚狀經伶 | 11110000101001111000111010101101111011011110111011001100111010001101011010110110 | f0a78eadedeecce8d6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)