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 | 證?葬?攻 | 1110011010011010001111111001000110010010001111111000110101010101 | e69a3f91923f8d55 |
EUC-JP | 證?葬?攻 | 1110101111111010001111111100000111110010001111111011100110110110 | ebfa3fc1f23fb9b6 |
UTF-8 | 證렖葬흗攻 | 111010001010110110001001111010111010000010010110111010001001000110101100111011011001110110010111111001101001010010111011 | e8ad89eba096e891aced9d97e694bb |
UHC | 證렖葬흗攻 | 11110001111110111000111010101011111011011111011111001000111010011100110111110100 | f1fb8eabedf7c8e9cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)