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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 湿遙執] | 111100011110100010001110101111001110101010100001100011101011011101011101 | f1e88ebceaa18eb75d |
EUC-JP | ?湿遙執] | 0011111110111100101111101111010010100011101111001011100101011101 | 3fbcbef4a3bcb95d |
UTF-8 | 湿遙執] | 11101110100001011010001111100110101110011011111111101001100000011001100111100101100111111011011101011101 | ee85a3e6b9bfe98199e59fb75d |
UHC | ??遙執] | 00111111001111111110100110101011111100101111101101011101 | 3f3fe9abf2fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)