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 | þ}GHþ{B | 1001000111111110011111011001001001000111100100100100100010010001111111100111101101000010 | 91fe7d9247924891fe7b42 |
SJIS-WIN | ??}?G?H??{B | 0011111100111111011111010011111101000111001111110100100000111111001111110111101101000010 | 3f3f7d3f473f483f3f7b42 |
EUC-JP | ?þ}?G?H?þ{B | 001111111000111110101001110100000111110100111111010001110011111101001000001111111000111110101001110100000111101101000010 | 3f8fa9d07d3f473f483f8fa9d07b42 |
UTF-8 | þ}GHþ{B | 1100001010010001110000111011111001111101110000101001001001000111110000101001001001001000110000101001000111000011101111100111101101000010 | c291c3be7dc29247c29248c291c3be7b42 |
UHC | ?þ}?G?H?þ{B | 00111111101010011010110101111101001111110100011100111111010010000011111110101001101011010111101101000010 | 3fa9ad7d3f473f483fa9ad7b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)