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 | 業??? | 1000101111000110001111110011111100111111 | 8bc63f3f3f |
EUC-JP | 業??? | 1011011011001000001111110011111100111111 | b6c83f3f3f |
UTF-8 | 業붷렘曆 | 111001101010010110101101111010111011011010110111111010111010000010011000111011111010011010001011 | e6a5adebb6b7eba098efa68b |
UHC | 業붷렘曆 | 1110010111110110100101001110010110110111101111011110011010110111 | e5f694e5b7bde6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)