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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 碌?N}碌?N{^ | 1110000111101111001111110100111001111101111000011110111100111111010011100111101101011110 | e1ef3f4e7de1ef3f4e7b5e |
EUC-JP | 碌騋N}碌騋N{^ | 111000101111000110001111111010011011101001001110011111011110001011110001100011111110100110111010010011100111101101011110 | e2f18fe9ba4e7de2f18fe9ba4e7b5e |
UTF-8 | 碌騋N}碌騋N{^ | 1110011110100010100011001110100110101000100010110100111001111101111001111010001010001100111010011010100010001011010011100111101101011110 | e7a28ce9a88b4e7de7a28ce9a88b4e7b5e |
UHC | 碌?N}碌?N{^ | 1101011011011110001111110100111001111101110101101101111000111111010011100111101101011110 | d6de3f4e7dd6de3f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)