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 | 濟?憶?闇 | 1110000001011010001111111000100110101111001111111000100011000101 | e05a3f89af3f88c5 |
EUC-JP | 濟?憶?闇 | 1101111110111011001111111011001010110001001111111011000011000111 | dfbb3fb2b13fb0c7 |
UTF-8 | 濟렋憶렖闇 | 111001101011111110011111111010111010000010001011111001101000011010110110111010111010000010010110111010011001011110000111 | e6bf9feba08be686b6eba096e99787 |
UHC | 濟렋憶렖闇 | 11110000101011011000111010100010111001011110001110001110101010111110010011100001 | f0ad8ea2e5e38eabe4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)