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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????佚 | 001111110011111100111111001111111001100011000011 | 3f3f3f3f98c3 |
EUC-JP | ????佚 | 001111110011111100111111001111111101000011000101 | 3f3f3f3fd0c5 |
UTF-8 | 얍롔렯렰佚 | 111011001001011010001101111010111010000110010100111010111010000010101111111010111010000010110000111001001011110110011010 | ec968deba194eba0afeba0b0e4bd9a |
UHC | 얍롔렯렰佚 | 10111110111001011000111011011000100011101011110010001110101111011110110011101010 | bee58ed88ebc8ebdecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)