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 | 漿?贓?? | 10011111111101110011111111100110110110010011111100111111 | 9ff73fe6d93f3f |
EUC-JP | 漿?贓?? | 11011110111110010011111111101100110110110011111100111111 | def93fecdb3f3f |
UTF-8 | 漿렱贓곈맛 | 111001101011110010111111111010111010000010110001111010001011010010010011111010101011001110001000111010111010011110011011 | e6bcbfeba0b1e8b493eab388eba79b |
UHC | 漿렱贓곈맛 | 11101101111011001000111010111110111011011111110010110000111010011011100011000000 | edec8ebeedfcb0e9b8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)