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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?萸B | 00111111111001001100111001000010 | 3fe4ce42 |
EUC-JP | ?萸B | 00111111111010001101000001000010 | 3fe8d042 |
UTF-8 | 롇萸B | 11101011101000011000011111101000100100001011100001000010 | eba187e890b842 |
UHC | 롇萸B | 1000111011001101111010111010110101000010 | 8ecdebad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)