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 | 1110000110011110111001110110000101011001 | e19ee76159 |
EUC-JP | 癰軋Y | 1110000111111110111011011100001001011001 | e1feedc259 |
UTF-8 | 癰軋Y | 11100111100110011011000011101000101110111000101101011001 | e799b0e8bb8b59 |
UHC | 癰軋Y | 1110100010111001111001001101100001011001 | e8b9e4d859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)