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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ヨセ箚ェセE | 11010110101111101110001010110010101010101011111001000101 | d6bee2b2aabe45 |
EUC-JP | ヨセ箚ェセE | 1000111011010110100011101011111011100100101101001000111010101010100011101011111001000101 | 8ed68ebee4b48eaa8ebe45 |
UTF-8 | ヨセ箚ェセE | 11101111101111101001011011101111101111011011111011100111101011101001101011101111101111011010101011101111101111011011111001000101 | efbe96efbdbee7ae9aefbdaaefbdbe45 |
UHC | ??箚??E | 00111111001111111111001110110000001111110011111101000101 | 3f3ff3b03f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)