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 | 1110101001010010111000101001101001011001 | ea52e29a59 |
EUC-JP | 鶻笞Y | 1111001110110011111000111111101001011001 | f3b3e3fa59 |
UTF-8 | 鶻笞Y | 11101001101101101011101111100111101011001001111001011001 | e9b6bbe7ac9e59 |
UHC | ?笞Y | 00111111111101111100001001011001 | 3ff7c259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)