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 | 骭オ隕匁肩 | 111010011000110010110101111010001010011010010110111001101000110010101000 | e98cb5e8a696e68ca8 |
EUC-JP | 骭オ隕匁肩 | 11110001111011001000111010110101111100001010100011001100111010001011100010101010 | f1ec8eb5f0a8cce8b8aa |
UTF-8 | 骭オ隕匁肩 | 111010011010101010101101111011111011110110110101111010011001101010010101111001011000110010000001111010001000001010101001 | e9aaadefbdb5e99a95e58c81e882a9 |
UHC | ??隕?肩 | 00111111001111111110101010100010001111111100110010110111 | 3f3feaa23fccb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)