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 | 1110011111110001100010010100000101011001 | e7f1894159 |
EUC-JP | 銖陰Y | 1110111011110011101100011010001001011001 | eef3b1a259 |
UTF-8 | 銖陰Y | 11101001100010101001011011101001100110011011000001011001 | e98a96e999b059 |
UHC | 銖陰Y | 1110001011000111111010111110010001011001 | e2c7ebe459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)