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 | 濟?園?障 | 1110000001011010001111111000100110000000001111111000111111100001 | e05a3f89803f8fe1 |
EUC-JP | 濟?園?障 | 1101111110111011001111111011000111100000001111111011111011100011 | dfbb3fb1e03fbee3 |
UTF-8 | 濟렎園렋障 | 111001101011111110011111111010111010000010001110111001011001110010010010111010111010000010001011111010011001101010011100 | e6bf9feba08ee59c92eba08be99a9c |
UHC | 濟렎園렋障 | 11110000101011011000111010100100111010101010111010001110101000101110111010100001 | f0ad8ea4eaae8ea2eea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)