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 | 闌ォ邵∬註闌 | 1110100010001100101010111110011110111000100000011110100010010010100100001110100010001100 | e88cabe7b881e89290e88c |
EUC-JP | 闌ォ邵∬註闌 | 111011111110110010001110101010111110111010111010101000101110101011000011111100001110111111101100 | efec8eabeebaa2eac3f0efec |
UTF-8 | 闌ォ邵∬註闌 | 111010011001011110001100111011111011110110101011111010011000001010110101111000101000100010101100111010001010100010111011111010011001011110001100 | e9978cefbdabe982b5e288ace8a8bbe9978c |
UHC | ??邵∬註? | 001111110011111111100001110100001010000111110011111100011100100100111111 | 3f3fe1d0a1f3f1c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)