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 | ?德⑤沈踰 | 001111111111101010111010100001110100010010010010101111101110011011111010 | 3ffaba874492bee6fa |
EUC-JP | ???沈踰 | 00111111001111110011111111000100110000001110110011111100 | 3f3f3fc4c0ecfc |
UTF-8 | 뤯德⑤沈踰 | 111010111010010010101111111001011011111010110111111000101001000110100100111001101011001010001000111010001011100010110000 | eba4afe5beb7e291a4e6b288e8b8b0 |
UHC | 뤯德⑤沈踰 | 10001111110111011101001111101100101010001110101111110110110110001110101110110010 | 8fddd3eca8ebf6d8ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)