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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燾而鋠汐 | 1111101101011010100011101010011111111011110101011000111010101100 | fb5a8ea7fbd58eac |
EUC-JP | 燾而鋠汐 | 10001111110010101011110110111100101010011000111111100100110001111011110010101110 | 8fcabdbca98fe4c7bcae |
UTF-8 | 燾而鋠汐 | 111001111000011110111110111010001000000010001100111010011000101110100000111001101011000110010000 | e787bee8808ce98ba0e6b190 |
UHC | 燾而?汐 | 11010100101001111110110010111011001111111110000010110001 | d4a7ecbb3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)