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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?魏? | 00111111111010011011000000111111 | 3fe9b03f |
EUC-JP | ?魏髥 | 001111111111001010110010100011111110100111110000 | 3ff2b28fe9f0 |
UTF-8 | 렶魏髥 | 111010111010000010110110111010011010110110001111111010011010101110100101 | eba0b6e9ad8fe9aba5 |
UHC | 렶魏髥 | 100011101100000111101010111000001110011110100011 | 8ec1eae0e7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)