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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 咀嵌??? | 10011001111100001001101111000110001111110011111100111111 | 99f09bc63f3f3f |
EUC-JP | 咀嵌??? | 11010010111100101101011011001000001111110011111100111111 | d2f2d6c83f3f3f |
UTF-8 | 咀嵌쏸뤋퀚 | 111001011001001010000000111001011011010110001100111011001000111110111000111010111010010010001011111011011000000010011010 | e59280e5b58cec8fb8eba48bed809a |
UHC | 咀嵌쏸뤋퀚 | 11101110101110101100101011101110101111011111100110001111101110111011001110001110 | eebacaeebdf98fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)