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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 村棚Y | 1001000110111010100100100100100101011001 | 91ba924959 |
EUC-JP | 村棚Y | 1100001010111100110000111010101001011001 | c2bcc3aa59 |
UTF-8 | 村棚Y | 11100110100111011001000111100110101000111001101001011001 | e69d91e6a39a59 |
UHC | 村棚Y | 1111010110111101110111011101110001011001 | f5bddddc59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)