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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-WIN | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
EUC-JP | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
UTF-8 | 횁짙횞철O | 11101101100110101000000111101100101001111001100111101101100110101001111011101100101100101010000001001111 | ed9a81eca799ed9a9eecb2a04f |
UHC | 횁짙횞철O | 110000111000000111000010101000111100001110010111110000111011011001001111 | c381c2a3c397c3b64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)