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 | 魴ォ驥郁 | 11101001101101011010101111101001100001111000100011101000 | e9b5abe98788e8 |
EUC-JP | 魴ォ驥郁 | 1111001010110111100011101010101111110001111001111011000011101010 | f2b78eabf1e7b0ea |
UTF-8 | 魴ォ驥郁 | 111010011010110110110100111011111011110110101011111010011010100110100101111010011000001110000001 | e9adb4efbdabe9a9a5e98381 |
UHC | ??驥郁 | 001111110011111111010001110010101110100111110100 | 3f3fd1cae9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)