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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溢?柯 | 1000100011101100001111111001111001101000 | 88ec3f9e68 |
EUC-JP | 溢?柯 | 1011000011101110001111111101101111001001 | b0ee3fdbc9 |
UTF-8 | 溢뀌柯 | 111001101011101010100010111010111000000010001100111001101001111110101111 | e6baa2eb808ce69faf |
UHC | 溢뀌柯 | 111011001110111010110010111011101100101010101111 | eceeb2eecaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)