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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 軟????? | 10010011111011100011111100111111001111110011111100111111 | 93ee3f3f3f3f3f |
EUC-JP | 軟????? | 11000110111100000011111100111111001111110011111100111111 | c6f03f3f3f3f3f |
UTF-8 | 軟쒏뮈降ㅹ쎁 | 111010001011101110011111111011001001001010001111111010111010111010001000111011111010100010001001111000111000010110111001111011001000111010000001 | e8bb9fec928febae88efa889e385b9ec8e81 |
UHC | 軟쒏뮈降ㅹ쎁 | 111001101110001110011100111001101011100110111111111110101010001010100100111010011001101110101011 | e6e39ce6b9bffaa2a4e99bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)