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 | 骭オム画肩 | 1110100110001100101101011101000110001001111001101000110010101000 | e98cb5d189e68ca8 |
EUC-JP | 骭オム画肩 | 11110001111011001000111010110101100011101101000110110010111010001011100010101010 | f1ec8eb58ed1b2e8b8aa |
UTF-8 | 骭オム画肩 | 111010011010101010101101111011111011110110110101111011111011111010010001111001111001010010111011111010001000001010101001 | e9aaadefbdb5efbe91e794bbe882a9 |
UHC | ????肩 | 001111110011111100111111001111111100110010110111 | 3f3f3f3fccb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)