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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業??揖? | 10001011110001100011111100111111100101110100101100111111 | 8bc63f3f974b3f |
EUC-JP | 業??揖? | 10110110110010000011111100111111110011011010110000111111 | b6c83f3fcdac3f |
UTF-8 | 業좊벝揖잹 | 111001101010010110101101111011001010001010001010111010111011001010011101111001101000111110010110111011001001111010111001 | e6a5adeca28aebb29de68f96ec9eb9 |
UHC | 業좊벝揖잹 | 11100101111101101010000011101011100100111011100011101011111001111010000001000010 | e5f6a0eb93b8ebe7a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)