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 | ?妖妖楔 | 00111111100101110110010010010111011001001001111010110110 | 3f976497649eb6 |
EUC-JP | ?妖妖楔 | 00111111110011011100010111001101110001011101110010111000 | 3fcdc5cdc5dcb8 |
UTF-8 | 숣妖妖楔 | 111011001000100010100011111001011010011010010110111001011010011010010110111001101010010110010100 | ec88a3e5a696e5a696e6a594 |
UHC | 숣妖妖楔 | 1001100111111110111010001110110111101000111011011110000011011011 | 99fee8ede8ede0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)