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 | I]½ | 1001001001001001100100100101110110010001101111011001000110100000 | 9249925d91bd91a0 |
SJIS-WIN | ?I?]???? | 0011111101001001001111110101110100111111001111110011111100111111 | 3f493f5d3f3f3f3f |
EUC-JP | ?I?]???? | 0011111101001001001111110101110100111111001111110011111100111111 | 3f493f5d3f3f3f3f |
UTF-8 | I]½ | 1100001010010010010010011100001010010010010111011100001010010001110000101011110111000010100100011100001010100000 | c29249c2925dc291c2bdc291c2a0 |
UHC | ?I?]?½?? | 001111110100100100111111010111010011111110101000111101100011111100111111 | 3f493f5d3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)