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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??⑦ | 00111111001111111000011101000110 | 3f3f8746 |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 뤯헤⑦ | 111010111010010010101111111011011001011110100100111000101001000110100110 | eba4afed97a4e291a6 |
UHC | 뤯헤⑦ | 100011111101110111000111111011001010100011101101 | 8fddc7eca8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)