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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 業???H | 100010111100011000111111001111110011111101001000 | 8bc63f3f3f48 |
EUC-JP | 業???H | 101101101100100000111111001111110011111101001000 | b6c83f3f3f48 |
UTF-8 | 業볃놃뮎H | 11100110101001011010110111101011101100111000001111101011100001101000001111101011101011101000111001001000 | e6a5adebb383eb8683ebae8e48 |
UHC | 業볃놃뮎H | 111001011111011010010011110100011000011011101101100100101001101101001000 | e5f693d186ed929b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)