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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 予?予?^ | 10010111010111000011111110010111010111000011111101011110 | 975c3f975c3f5e |
EUC-JP | 予?予?^ | 11001101101111010011111111001101101111010011111101011110 | cdbd3fcdbd3f5e |
UTF-8 | 予잻予잻^ | 11100100101110101000100011101100100111101011101111100100101110101000100011101100100111101011101101011110 | e4ba88ec9ebbe4ba88ec9ebb5e |
UHC | 予잻予잻^ | 111001011111100010100000010001001110010111111000101000000100010001011110 | e5f8a044e5f8a0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)