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 | 濟???? | 111000000101101000111111001111110011111100111111 | e05a3f3f3f3f |
EUC-JP | 濟?饔?? | 1101111110111011001111111000111111101000111011110011111100111111 | dfbb3f8fe8ef3f3f |
UTF-8 | 濟렎饔累렡 | 111001101011111110011111111010111010000010001110111010011010010110010100111011111010010110001111111010111010000010100001 | e6bf9feba08ee9a594efa58feba0a1 |
UHC | 濟렎饔累렡 | 11110000101011011000111010100100111010001011110111010010111010011000111010110010 | f0ad8ea4e8bdd2e98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)