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 | ?蛭??? | 001111111001010101100111001111110011111100111111 | 3f95673f3f3f |
EUC-JP | ?蛭??? | 001111111100100111001000001111110011111100111111 | 3fc9c83f3f3f |
UTF-8 | 롅蛭롅롏렰 | 111010111010000110000101111010001001101110101101111010111010000110000101111010111010000110001111111010111010000010110000 | eba185e89badeba185eba18feba0b0 |
UHC | 롅蛭롅롏렰 | 10001110110010111111001011110100100011101100101110001110110101011000111010111101 | 8ecbf2f48ecb8ed58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)