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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 伊逗?調 | 10001000110010011001000010000000001111111001001010110010 | 88c990803f92b2 |
EUC-JP | 伊逗?調 | 10110000110010111011111111100000001111111100010010110100 | b0cbbfe03fc4b4 |
UTF-8 | 伊逗썬調 | 111001001011110010001010111010011000000010010111111011001000110110101100111010001010101010111111 | e4bc8ae98097ec8dace8aabf |
UHC | 伊逗썬調 | 1110110010100101110101001110100010111101111000111111000011100000 | eca5d4e8bde3f0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)