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 | 閼ア蛛エ遶ッ | 111010001000010010110001111001011000000110110100111001111010101110101111 | e884b1e581b4e7abaf |
EUC-JP | 閼ア蛛エ遶ッ | 111011111110010010001110101100011110100111100001100011101011010011101110101011011000111010101111 | efe48eb1e9e18eb4eead8eaf |
UTF-8 | 閼ア蛛エ遶ッ | 111010011001011010111100111011111011110110110001111010001001101110011011111011111011110110110100111010011000000110110110111011111011110110101111 | e996bcefbdb1e89b9befbdb4e981b6efbdaf |
UHC | 閼?蛛??? | 1110010011011001001111111111000111001000001111110011111100111111 | e4d93ff1c83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)