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 | 畯?耳?郁 | 1111101101101111001111111000111010101000001111111000100011101000 | fb6f3f8ea83f88e8 |
EUC-JP | 畯?耳?郁 | 100011111100110110111011001111111011110010101010001111111011000011101010 | 8fcdbb3fbcaa3fb0ea |
UTF-8 | 畯렧耳렩郁 | 111001111001010110101111111010111010000010100111111010001000000010110011111010111010000010101001111010011000001110000001 | e795afeba0a7e880b3eba0a9e98381 |
UHC | 畯렧耳렩郁 | 11110001111000011000111010110110111011001011110010001110101101111110100111110100 | f1e18eb6ecbc8eb7e9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)