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 | 張?儲戡? | 1001001010100011001111111001011011010111100111010100000100111111 | 92a33f96d79d413f |
EUC-JP | 張?儲戡? | 1100010010100101001111111100110011011001110110011010001000111111 | c4a53fccd9d9a23f |
UTF-8 | 張렒儲戡렱 | 111001011011110010110101111010111010000010010010111001011000010010110010111001101000100010100001111010111010000010110001 | e5bcb5eba092e584b2e688a1eba0b1 |
UHC | 張렒儲戡렱 | 11101101111001011000111010100111111011101011100111001010111100011000111010111110 | ede58ea7eeb9caf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)