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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??旭? | 0011111100111111100010001010111000111111 | 3f3f88ae3f |
EUC-JP | 祜?旭? | 10001111110100001101100000111111101100001011000000111111 | 8fd0d83fb0b03f |
UTF-8 | 祜렭旭렡 | 111001111010010110011100111010111010000010101101111001101001011110101101111010111010000010100001 | e7a59ceba0ade697adeba0a1 |
UHC | 祜렭旭렡 | 1111101111010100100011101011101011101001111011111000111010110010 | fbd48ebae9ef8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)