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 | ?憔?^ | 0011111110011100110111000011111101011110 | 3f9cdc3f5e |
EUC-JP | ?憔?^ | 0011111111011000110111100011111101011110 | 3fd8de3f5e |
UTF-8 | 뤀憔㉩^ | 11101011101001001000000011100110100001101001010011100011100010011010100101011110 | eba480e68694e389a95e |
UHC | 뤀憔㉩^ | 10001111101100011111010011111011101010001011101001011110 | 8fb1f4fba8ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)