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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 堉??堉??^ | 1000111110110111111111010011111100111111100011111011011111111101001111110011111101011110 | 8fb7fd3f3f8fb7fd3f3f5e |
UTF-8 | 堉싧썧堉싧썧^ | 11100101101000001000100111101100100010111010011111101100100011011010011111100101101000001000100111101100100010111010011111101100100011011010011101011110 | e5a089ec8ba7ec8da7e5a089ec8ba7ec8da75e |
UHC | 堉싧썧堉싧썧^ | 11101011101111001001101011100101100110111001101011101011101111001001101011100101100110111001101001011110 | ebbc9ae59b9aebbc9ae59b9a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)