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 | 諍??弄? | 11100110011110010011111100111111100110000100110100111111 | e6793f3f984d3f |
EUC-JP | 諍?彛弄? | 111010111101101000111111100011111011110011111010110011111010111000111111 | ebda3f8fbcfacfae3f |
UTF-8 | 諍렋彛弄섧 | 111010001010101110001101111010111010000010001011111001011011110110011011111001011011110010000100111011001000010010100111 | e8ab8deba08be5bd9be5bc84ec84a7 |
UHC | 諍렋彛弄섧 | 11101110101101011000111010100010111011001010110111010110111001111011110010110101 | eeb58ea2ecadd6e7bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)