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 | 族???? | 100100011011000000111111001111110011111100111111 | 91b03f3f3f3f |
EUC-JP | 族???? | 110000101011001000111111001111110011111100111111 | c2b23f3f3f3f |
UTF-8 | 族肋렱폈렱 | 111001101001011110001111111011111010010110010011111010111010000010110001111011011000111110001000111010111010000010110001 | e6978fefa593eba0b1ed8f88eba0b1 |
UHC | 族肋렱폈렱 | 11110000111010011101001011110001100011101011111011000110111100011000111010111110 | f0e9d2f18ebec6f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)