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]¹H¢ | 10010010010010011001001001011101100100011011100110010010010010001001000110100010 | 9249925d91b9924891a2 |
SJIS-WIN | ?I?]???H?¢ | 0011111101001001001111110101110100111111001111110011111101001000001111111000000110010001 | 3f493f5d3f3f3f483f8191 |
EUC-JP | ?I?]???H?¢ | 0011111101001001001111110101110100111111001111110011111101001000001111111010000111110001 | 3f493f5d3f3f3f483fa1f1 |
UTF-8 | I]¹H¢ | 1100001010010010010010011100001010010010010111011100001010010001110000101011100111000010100100100100100011000010100100011100001010100010 | c29249c2925dc291c2b9c29248c291c2a2 |
UHC | ?I?]?¹?H?? | 0011111101001001001111110101110100111111101010011111011000111111010010000011111100111111 | 3f493f5d3fa9f63f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)