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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??揄??^ | 00111111001111111001110110001001001111110011111101011110 | 3f3f9d893f3f5e |
EUC-JP | ??揄??^ | 00111111001111111101100111101001001111110011111101011110 | 3f3fd9e93f3f5e |
UTF-8 | 렱렚揄서샬^ | 11101011101000001011000111101011101000001001101011100110100011111000010011101100100001001001110011101100100000111010110001011110 | eba0b1eba09ae68f84ec849cec83ac5e |
UHC | 렱렚揄서샬^ | 1000111010111110100011101010110111101010111100011011110010101101101111001010001101011110 | 8ebe8eadeaf1bcadbca35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)