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 | 鬻願蓋裝 | 1110001011110110100010101110100010001010010101111110010111100100 | e2f68ae88a57e5e4 |
EUC-JP | 鬻願蓋裝 | 1110010011111000101101001110101010110011101110001110101011100110 | e4f8b4eab3b8eae6 |
UTF-8 | 鬻願蓋裝 | 111010011010110010111011111010011010000110011000111010001001001110001011111010001010001110011101 | e9acbbe9a198e8938be8a39d |
UHC | ?願蓋裝 | 00111111111010101100001111001011110011111110110111111011 | 3feac3cbcfedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)