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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪具ス苦オ | 1110010110100001100010111110111110111101100010111110101010110101 | e5a18befbd8beab5 |
EUC-JP | 蝪具ス苦オ | 11101010101000111011011011110001100011101011110110110110111011001000111010110101 | eaa3b6f18ebdb6ec8eb5 |
UTF-8 | 蝪具ス苦オ | 111010001001110110101010111001011000010110110111111011111011110110111101111010001000101110100110111011111011110110110101 | e89daae585b7efbdbde88ba6efbdb5 |
UHC | ?具?苦? | 00111111110011101111110100111111110011011100100000111111 | 3fcefd3fcdc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)