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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邯壽拷跌ク蜊 | 1110011110110110100110101110011010001101100010011110011011101001101110001110010110001101 | e7b69ae68d89e6e9b8e58d |
EUC-JP | 邯壽拷跌ク蜊 | 111011101011100011010100111010001011100111101001111011001110101110001110101110001110100111101101 | eeb8d4e8b9e9eceb8eb8e9ed |
UTF-8 | 邯壽拷跌ク蜊 | 111010011000001010101111111001011010001110111101111001101000101110110111111010001011011110001100111011111011110110111000111010001001110010001010 | e982afe5a3bde68bb7e8b78cefbdb8e89c8a |
UHC | 邯壽拷跌?? | 11001010111110111110000111111000110011011011100011110010111101100011111100111111 | cafbe1f8cdb8f2f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)