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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?悅盛\ | 001111111111101010111101100100001011011101011100 | 3ffabd90b75c |
EUC-JP | ??盛\ | 0011111100111111110000001011100101011100 | 3f3fc0b95c |
UTF-8 | 뼊悅盛\ | 11101011101111001000101011100110100000101000010111100111100110111001101101011100 | ebbc8ae68285e79b9b5c |
UHC | 뼊悅盛\ | 10010110100100101110011011101101111000001111110001011100 | 9692e6ede0fc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)