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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魏???錚彧 | 111010011011000000111111001111110011111111101000010000101111101010111001 | e9b03f3f3fe842fab9 |
EUC-JP | 魏???錚彧 | 11110010101100100011111100111111001111111110111110100011100011111011110011111110 | f2b23f3f3fefa38fbcfe |
UTF-8 | 魏얩렗댁錚彧 | 111010011010110110001111111011001001011010101001111010111010000010010111111010111000110010000001111010011000110010011010111001011011110110100111 | e9ad8fec96a9eba097eb8c81e98c9ae5bda7 |
UHC | 魏얩렗댁錚彧 | 111010101110000010111110111011011000111010101100101101001110110011101110101101101110100111101110 | eae0beed8eacb4eceeb6e9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)