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 | Á±åù | 11000001101100011110010111111001 | c1b1e5f9 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | Á±åù | 1000111110101010101000011010000111011110100011111010101110101001100011111010101111100011 | 8faaa1a1de8faba98fabe3 |
UTF-8 | Á±åù | 1100001110000001110000101011000111000011101001011100001110111001 | c381c2b1c3a5c3b9 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)