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 | 骭オ隱櫁尸 | 111010011000110010110101111010001010101010011110111010001001101110011001 | e98cb5e8aa9ee89b99 |
EUC-JP | 骭オ隱櫁尸 | 11110001111011001000111010110101111100001010110011011100111010101101010111111001 | f1ec8eb5f0acdcead5f9 |
UTF-8 | 骭オ隱櫁尸 | 111010011010101010101101111011111011110110110101111010011001101010110001111001101010101110000001111001011011000010111000 | e9aaadefbdb5e99ab1e6ab81e5b0b8 |
UHC | ??隱?尸 | 00111111001111111110101111011111001111111110001110111001 | 3f3febdf3fe3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)