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 | GM£H¹ | 10010010010001111001001001001101100100011010001110010010010010001001000110111001 | 9247924d91a3924891b9 |
SJIS-WIN | ?G?M?£?H?? | 0011111101000111001111110100110100111111100000011001001000111111010010000011111100111111 | 3f473f4d3f81923f483f3f |
EUC-JP | ?G?M?£?H?? | 0011111101000111001111110100110100111111101000011111001000111111010010000011111100111111 | 3f473f4d3fa1f23f483f3f |
UTF-8 | GM£H¹ | 1100001010010010010001111100001010010010010011011100001010010001110000101010001111000010100100100100100011000010100100011100001010111001 | c29247c2924dc291c2a3c29248c291c2b9 |
UHC | ?G?M???H?¹ | 0011111101000111001111110100110100111111001111110011111101001000001111111010100111110110 | 3f473f4d3f3f3f483fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)