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 | ?瘟??? | 001111111110000110001001001111110011111100111111 | 3fe1893f3f3f |
EUC-JP | ?瘟??? | 001111111110000111101001001111110011111100111111 | 3fe1e93f3f3f |
UTF-8 | 쒔瘟쒀롈뤗 | 111011001001001010010100111001111001100010011111111011001001001010000000111010111010000110001000111010111010010010010111 | ec9294e7989fec9280eba188eba497 |
UHC | 쒔瘟쒀롈뤗 | 10111110101011011110100010110000101111101010110010001110110011101000111111000111 | beade8b0beac8ece8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)