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 | 濟?園?翁 | 1110000001011010001111111000100110000000001111111000100110100101 | e05a3f89803f89a5 |
EUC-JP | 濟?園?翁 | 1101111110111011001111111011000111100000001111111011001010100111 | dfbb3fb1e03fb2a7 |
UTF-8 | 濟렎園렋翁 | 111001101011111110011111111010111010000010001110111001011001110010010010111010111010000010001011111001111011111110000001 | e6bf9feba08ee59c92eba08be7bf81 |
UHC | 濟렎園렋翁 | 11110000101011011000111010100100111010101010111010001110101000101110100010111010 | f0ad8ea4eaae8ea2e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)