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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ?期P | 00111111100010101111101001010000 | 3f8afa50 |
EUC-JP | ?期P | 00111111101101001111110001010000 | 3fb4fc50 |
UTF-8 | 렺期P | 11101011101000001011101011100110100111001001111101010000 | eba0bae69c9f50 |
UHC | 렺期P | 1000111011000010110100011010001001010000 | 8ec2d1a250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)