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 | 約⑤?猶? | 1001011011110001100001110100010000111111100101110101000000111111 | 96f187443f97503f |
EUC-JP | 約??猶? | 11001100111100110011111100111111110011011011000100111111 | ccf33f3fcdb13f |
UTF-8 | 約⑤뜇猶뎒 | 111001111011010010000100111000101001000110100100111010111001110010000111111001111000110010110110111010111000111010010010 | e7b484e291a4eb9c87e78cb6eb8e92 |
UHC | 約⑤뜇猶뎒 | 11100101101100111010100011101011100011011000101011101011101000101000100101100100 | e5b3a8eb8d8aeba28964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)