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 | ?|?] | 00111111011111000011111101011101 | 3f7c3f5d |
SJIS-WIN | |] | 111101111010110001111100111100101110001101011101 | f7ac7cf2e35d |
EUC-JP | ?|?] | 00111111011111000011111101011101 | 3f7c3f5d |
UTF-8 | |] | 1110111010010110100011110111110011101110100010001001101001011101 | ee968f7cee889a5d |
UHC | ?|?] | 00111111011111000011111101011101 | 3f7c3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)