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 | 財?億?? | 10001101111000000011111110001001101011010011111100111111 | 8de03f89ad3f3f |
EUC-JP | 財?億?? | 10111010111000100011111110110010101011110011111100111111 | bae23fb2af3f3f |
UTF-8 | 財렜億띔짢 | 111010001011001010100001111010111010000010011100111001011000010010000100111010111001110110010100111011001010011110100010 | e8b2a1eba09ce58484eb9d94eca7a2 |
UHC | 財렜億띔짢 | 11101110101011111000111010101110111001011110001010110110111010101100001010101000 | eeaf8eaee5e2b6eac2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)