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 | ?????¨ | 001111110011111100111111001111110011111110101000 | 3f3f3f3f3fa8 |
SJIS-WIN | 全?郵?兪¨ | 10010001010100110011111110010111010110000011111110011001011000001000000101001110 | 91533f97583f9960814e |
EUC-JP | 全?郵?兪¨ | 11000001101101000011111111001101101110010011111111010001110000011010000110101111 | c1b43fcdb93fd1c1a1af |
UTF-8 | 全렣郵렮兪¨ | 1110010110000101101010001110101110100000101000111110100110000011101101011110101110100000101011101110010110000101101010101100001010101000 | e585a8eba0a3e983b5eba0aee585aac2a8 |
UHC | 全렣郵렮兪¨ | 111011101110111110001110101101001110100111101000100011101011101111101010111001001010000110100111 | eeef8eb4e9e88ebbeae4a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)