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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?往往妖 | 00111111100010011001110110001001100111011001011101100100 | 3f899d899d9764 |
EUC-JP | ?往往妖 | 00111111101100011111110110110001111111011100110111000101 | 3fb1fdb1fdcdc5 |
UTF-8 | 숥往往妖 | 111011001000100010100101111001011011111010000000111001011011111010000000111001011010011010010110 | ec88a5e5be80e5be80e5a696 |
UHC | 숥往往妖 | 1001101001000010111010001101100111101000110110011110100011101101 | 9a42e8d9e8d9e8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)