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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | 鯤Bレソ | 1110100111001000010000101101101010111111 | e9c842dabf |
EUC-JP | 鯤Bレソ | 11110010110010100100001010001110110110101000111010111111 | f2ca428eda8ebf |
UTF-8 | 鯤Bレソ | 11101001101011111010010001000010111011111011111010011010111011111011110110111111 | e9afa442efbe9aefbdbf |
UHC | 鯤B?? | 1100110111100110010000100011111100111111 | cde6423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)