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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軟??円 | 100100111110111000111111001111111000100101111110 | 93ee3f3f897e |
EUC-JP | 軟??円 | 110001101111000000111111001111111011000111011111 | c6f03f3fb1df |
UTF-8 | 軟쒙푴円 | 111010001011101110011111111011001001001010011001111011011001000110110100111001011000011010000110 | e8bb9fec9299ed91b4e58686 |
UHC | 軟쒙푴円 | 1110011011100011100111001110111110111110100000101110010111110111 | e6e39cefbe82e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)