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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闕ウ莨∝ォ沓 | 11101000100011011011001111100100101111001000000111100101101010111000110001000010 | e88db3e4bc81e5ab8c42 |
EUC-JP | 闕ウ莨∝ォ沓 | 111011111110110110001110101100111110100010111110101000101110011110001110101010111011011110100011 | efed8eb3e8bea2e78eabb7a3 |
UTF-8 | 闕ウ莨∝ォ沓 | 111010011001011110010101111011111011110110110011111010001000111010101000111000101000100010011101111011111011110110101011111001101011001010010011 | e99795efbdb3e88ea8e2889defbdabe6b293 |
UHC | 闕??∝?沓 | 110011111111010000111111001111111010000111110000001111111101001111001011 | cff43f3fa1f03fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)