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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 鯀ヤルY | 1110100110111111110101001101100101011001 | e9bfd4d959 |
EUC-JP | 鯀ヤルY | 11110010110000011000111011010100100011101101100101011001 | f2c18ed48ed959 |
UTF-8 | 鯀ヤルY | 11101001101011111000000011101111101111101001010011101111101111101001100101011001 | e9af80efbe94efbe9959 |
UHC | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)