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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??揄??\ | 00111111001111111001110110001001001111110011111101011100 | 3f3f9d893f3f5c |
EUC-JP | ??揄??\ | 00111111001111111101100111101001001111110011111101011100 | 3f3fd9e93f3f5c |
UTF-8 | 렱렚揄섕샷\ | 11101011101000001011000111101011101000001001101011100110100011111000010011101100100001001001010111101100100000111011011101011100 | eba0b1eba09ae68f84ec8495ec83b75c |
UHC | 렱렚揄섕샷\ | 1000111010111110100011101010110111101010111100011011110010101100101111001010011001011100 | 8ebe8eadeaf1bcacbca65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)