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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 侁??^ | 100011111011000011111100001111110011111101011110 | 8fb0fc3f3f5e |
UTF-8 | 侁잤허^ | 11100100101111101000000111101100100111101010010011101101100101111000100001011110 | e4be81ec9ea4ed97885e |
UHC | 侁잤허^ | 11100011111000001100000011100100110001111110001101011110 | e3e0c0e4c7e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)