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 | 識鴟宍 | 1111000010100001100011101010111111101001111101001000111010110011 | f0a18eafe9f48eb3 |
EUC-JP | ?識鴟宍 | 00111111101111001011000111110010111101101011110010110101 | 3fbcb1f2f6bcb5 |
UTF-8 | 識鴟宍 | 111011101000000110100000111010001010110110011000111010011011010010011111111001011010111010001101 | ee81a0e8ad98e9b49fe5ae8d |
UHC | ?識?? | 0011111111100011110110110011111100111111 | 3fe3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)