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 | ??∮???^ | 0011111100111111100001111001001100111111001111110011111101011110 | 3f3f87933f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 若잒∮若잒ː^ | 111011111010010110110100111011001001111010010010111000101000100010101110111011111010010110110100111011001001111010010010110010111001000001011110 | efa5b4ec9e92e288aeefa5b4ec9e92cb905e |
UHC | 若잒∮若잒ː^ | 11100101101011101001111111101000101000101011000111100101101011101001111111101000101000101011000001011110 | e5ae9fe8a2b1e5ae9fe8a2b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)