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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 丹達}B | 100100100100111110010010010000100111110101000010 | 924f92427d42 |
EUC-JP | 丹達}B | 110000111011000011000011101000110111110101000010 | c3b0c3a37d42 |
UTF-8 | 丹達}B | 1110010010111000101110011110100110000001100101000111110101000010 | e4b8b9e981947d42 |
UHC | 丹達}B | 110100111010000111010011101110010111110101000010 | d3a1d3b97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)