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 | 撓???? | 100111011001101000111111001111110011111100111111 | 9d9a3f3f3f3f |
EUC-JP | 撓???? | 110110011111101000111111001111110011111100111111 | d9fa3f3f3f3f |
UTF-8 | 撓딀뇠凉둆 | 111001101001001010010011111010111001010010000000111010111000011110100000111011111010010110111001111010111001000110000110 | e69293eb9480eb87a0efa5b9eb9186 |
UHC | 撓딀뇠凉둆 | 11101000111101011000101011100110100001111000100011100101101111001000101001000010 | e8f58ae68788e5bc8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)