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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 業??泣?? | 1000101111000110001111110011111110001011100000110011111100111111 | 8bc63f3f8b833f3f |
EUC-JP | 業??泣?ˇ | 10110110110010000011111100111111101101011110001100111111100011111010001010110000 | b6c83f3fb5e33f8fa2b0 |
UTF-8 | 業볥돍泣먩ˇ | 1110011010100101101011011110101110110011101001011110101110001111100011011110011010110011101000111110101110101000101010011100101110000111 | e6a5adebb3a5eb8f8de6b3a3eba8a9cb87 |
UHC | 業볥돍泣먩ˇ | 111001011111011010010011111010111000100110011011111010111110100010010000111001101010001010100111 | e5f693eb899bebe890e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)