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 | 伊逗?? | 100010001100100110010000100000000011111100111111 | 88c990803f3f |
EUC-JP | 伊逗?饔 | 1011000011001011101111111110000000111111100011111110100011101111 | b0cbbfe03f8fe8ef |
UTF-8 | 伊逗썬饔 | 111001001011110010001010111010011000000010010111111011001000110110101100111010011010010110010100 | e4bc8ae98097ec8dace9a594 |
UHC | 伊逗썬饔 | 1110110010100101110101001110100010111101111000111110100010111101 | eca5d4e8bde3e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)