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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??˘???^ | 001111110011111110001111101000101010111100111111001111110011111101011110 | 3f3f8fa2af3f3f3f5e |
UTF-8 | 說묉˘說묉궒^ | 111011111010011010100001111010111010110010001001110010111001100011101111101001101010000111101011101011001000100111101010101101101001001001011110 | efa6a1ebac89cb98efa6a1ebac89eab6925e |
UHC | 說묉˘說묉궒^ | 11100110111100101001000111100110101000101010100011100110111100101001000111100110100000101010011101011110 | e6f291e6a2a8e6f291e682a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)