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 | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-WIN | 鯤Sレソ | 1110100111001000010100111101101010111111 | e9c853dabf |
EUC-JP | 鯤Sレソ | 11110010110010100101001110001110110110101000111010111111 | f2ca538eda8ebf |
UTF-8 | 鯤Sレソ | 11101001101011111010010001010011111011111011111010011010111011111011110110111111 | e9afa453efbe9aefbdbf |
UHC | 鯤S?? | 1100110111100110010100110011111100111111 | cde6533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)