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 | 臍??郁? | 11100100011000000011111100111111100010001110100000111111 | e4603f3f88e83f |
EUC-JP | 臍??郁? | 11100111110000010011111100111111101100001110101000111111 | e7c13f3fb0ea3f |
UTF-8 | 臍累깥郁렠 | 111010001000011110001101111011111010010110001111111010101011100110100101111010011000001110000001111010111010000010100000 | e8878defa58feab9a5e98381eba0a0 |
UHC | 臍累깥郁렠 | 11110000101100001101001011101001101100011111100111101001111101001000111010110001 | f0b0d2e9b1f9e9f48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)