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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | ??邵LF | 001111110011111111100111101110000100110001000110 | 3f3fe7b84c46 |
EUC-JP | ??邵LF | 001111110011111111101110101110100100110001000110 | 3f3feeba4c46 |
UTF-8 | 왃烈邵LF | 1110110010011001100000111110111110100110100111111110100110000010101101010100110001000110 | ec9983efa69fe982b54c46 |
UHC | 왃烈邵LF | 1001111010110110111001101110111111100001110100000100110001000110 | 9eb6e6efe1d04c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)