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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愈警灣 | 100101101111101010001100011110001110000001110011 | 96fa8c78e073 |
EUC-JP | 愈警灣 | 110011001111110010110111110110011101111111010100 | ccfcb7d9dfd4 |
UTF-8 | 愈警灣 | 111001101000010010001000111010001010110110100110111001111000000110100011 | e68488e8ada6e781a3 |
UHC | 愈警灣 | 111010101110111111001100111011011101100010111101 | eaefccedd8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)