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 | 涬鹿質 | 1111101101000001100011101010110111110000110000001000111010111111 | fb418eadf0c08ebf |
EUC-JP | 涬鹿?質 | 1000111111000111110011111011110010101111001111111011110011000001 | 8fc7cfbcaf3fbcc1 |
UTF-8 | 涬鹿質 | 111001101011011010101100111010011011100110111111111011101000000110111111111010001011001110101010 | e6b6ace9b9bfee81bfe8b3aa |
UHC | ?鹿?質 | 001111111101011011100011001111111111001011110101 | 3fd6e33ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)