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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | ??揄??x | 00111111001111111001110110001001001111110011111101111000 | 3f3f9d893f3f78 |
EUC-JP | ??揄??x | 00111111001111111101100111101001001111110011111101111000 | 3f3fd9e93f3f78 |
UTF-8 | 렱렚揄섕샷x | 11101011101000001011000111101011101000001001101011100110100011111000010011101100100001001001010111101100100000111011011101111000 | eba0b1eba09ae68f84ec8495ec83b778 |
UHC | 렱렚揄섕샷x | 1000111010111110100011101010110111101010111100011011110010101100101111001010011001111000 | 8ebe8eadeaf1bcacbca678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)