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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?逗?] | 0011111110010000100000000011111101011101 | 3f90803f5d |
EUC-JP | 祜逗?] | 10001111110100001101100010111111111000000011111101011101 | 8fd0d8bfe03f5d |
UTF-8 | 祜逗썬] | 11100111101001011001110011101001100000001001011111101100100011011010110001011101 | e7a59ce98097ec8dac5d |
UHC | 祜逗썬] | 11111011110101001101010011101000101111011110001101011101 | fbd4d4e8bde35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)