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 | 逧鍋ョ懷麹菫 | 1110011110011010100100111110011110101110100111001110010110001101100011011110010010111111 | e79a93e7ae9ce58d8de4bf |
EUC-JP | 逧鍋ョ懷麹菫 | 111011011111101011000110111010011000111010101110110110001110011110111001111011011110100011000001 | edfac6e98eaed8e7b9ede8c1 |
UTF-8 | 逧鍋ョ懷麹菫 | 111010011000000010100111111010011000110110001011111011111011110110101110111001101000011110110111111010011011101010111001111010001000111110101011 | e980a7e98d8befbdaee687b7e9bab9e88fab |
UHC | ?鍋?懷?菫 | 001111111100111010100111001111111111110011100011001111111101000011001011 | 3fcea73ffce33fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)