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 | 營??凹 | 100110100111101000111111001111111000100110011010 | 9a7a3f3f899a |
EUC-JP | 營??凹 | 110100111101101100111111001111111011000111111010 | d3db3f3fb1fa |
UTF-8 | 營먪탳凹 | 111001111000011110011111111010111010100010101010111011011000001110110011111001011000011110111001 | e7879feba8aaed83b3e587b9 |
UHC | 營먪탳凹 | 1110011110111101100100001110011110110101100100001110100011101010 | e7bd90e7b590e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)