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 | }穾 | 100111100111110111100111101010011001111110111110 | 9e7de7a99fbe |
SJIS-WIN | ?}???? | 001111110111110100111111001111110011111100111111 | 3f7d3f3f3f3f |
EUC-JP | ?}ç©?? | 00111111011111011000111110101011101011101000111110100010111011010011111100111111 | 3f7d8fabae8fa2ed3f3f |
UTF-8 | }穾 | 1100001010011110011111011100001110100111110000101010100111000010100111111100001010111110 | c29e7dc3a7c2a9c29fc2be |
UHC | ?}???¾ | 00111111011111010011111100111111001111111010100011111010 | 3f7d3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)