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 | 渦??域? | 10001001010100010011111100111111100010001110011000111111 | 89513f3f88e63f |
EUC-JP | 渦??域? | 10110001101100100011111100111111101100001110100000111111 | b1b23f3fb0e83f |
UTF-8 | 渦계ㅋ域쯠 | 111001101011100010100110111010101011001110000100111000111000010110001011111001011001111110011111111011001010111110100000 | e6b8a6eab384e3858be59f9fecafa0 |
UHC | 渦계ㅋ域쯠 | 11101000101111101011000011101000101001001011101111100110101101001010100101100001 | e8beb0e8a4bbe6b4a961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)