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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 陂澱[陂澱[^ | 1110100010011000100100110110001001011011111010001001100010010011011000100101101101011110 | e89893625be89893625b5e |
EUC-JP | 陂澱[陂澱[^ | 1110111111111000110001011100001101011011111011111111100011000101110000110101101101011110 | eff8c5c35beff8c5c35b5e |
UTF-8 | 陂澱[陂澱[^ | 111010011001100110000010111001101011111010110001010110111110100110011001100000101110011010111110101100010101101101011110 | e99982e6beb15be99982e6beb15b5e |
UHC | 陂澱[陂澱[^ | 1111100110101110111011101111111001011011111110011010111011101110111111100101101101011110 | f9aeeefe5bf9aeeefe5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)