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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌怜クク驟稀 | 11101000100011001001011111100101101110001011100011101001100001011000101101001000 | e88c97e5b8b8e9858b48 |
EUC-JP | 闌怜クク驟稀 | 111011111110110011001110111001111000111010111000100011101011100011110001111001011011010110101001 | efeccee78eb88eb8f1e5b5a9 |
UTF-8 | 闌怜クク驟稀 | 111010011001011110001100111001101000000010011100111011111011110110111000111011111011110110111000111010011010100110011111111001111010100010000000 | e9978ce6809cefbdb8efbdb8e9a99fe7a880 |
UHC | ?怜??驟稀 | 001111111101011010111011001111110011111111110110101011101111110111111100 | 3fd6bb3f3ff6aefdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)