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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ゚フ网゚フ遼E | 110111111100110011100011101001001101111111001100100101111100100101000101 | dfcce3a4dfcc97c945 |
EUC-JP | ゚フ网゚フ遼E | 10001110110111111000111011001100111001101010011010001110110111111000111011001100110011101100101101000101 | 8edf8ecce6a68edf8ecccecb45 |
UTF-8 | ゚フ网゚フ遼E | 11101111101111101001111111101111101111101000110011100111101111011001000111101111101111101001111111101111101111101000110011101001100000011011110001000101 | efbe9fefbe8ce7bd91efbe9fefbe8ce981bc45 |
UHC | ?????遼E | 0011111100111111001111110011111100111111110101111010000101000101 | 3f3f3f3f3fd7a145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)