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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 予??溢? | 10010111010111000011111100111111100010001110110000111111 | 975c3f3f88ec3f |
EUC-JP | 予??溢? | 11001101101111010011111100111111101100001110111000111111 | cdbd3f3fb0ee3f |
UTF-8 | 予롪퉵溢욅 | 111001001011101010001000111010111010000110101010111011011000100110110101111001101011101010100010111011001001101010000101 | e4ba88eba1aaed89b5e6baa2ec9a85 |
UHC | 予롪퉵溢욅 | 11100101111110001000111011101010101110011000110111101100111011101001111011100111 | e5f88eeab98decee9ee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)