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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 彗????{d | 1001110001100001001111110011111100111111001111110111101101100100 | 9c613f3f3f3f7b64 |
EUC-JP | 彗??鎣?{d | 11010111110000100011111100111111100011111110010110110010001111110111101101100100 | d7c23f3f8fe5b23f7b64 |
UTF-8 | 彗륃맆鎣썋{d | 1110010110111101100101111110101110100101100000111110101110100111100001101110100110001110101000111110110010001101100010110111101101100100 | e5bd97eba583eba786e98ea3ec8d8b7b64 |
UHC | 彗륃맆鎣썋{d | 111110111011001010001111111011101001000010100000111110111010111110011011011110000111101101100100 | fbb28fee90a0fbaf9b787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)