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 | 鬻願蓋觴 | 1110001011110110100010101110100010001010010101111110011001011011 | e2f68ae88a57e65b |
EUC-JP | 鬻願蓋觴 | 1110010011111000101101001110101010110011101110001110101110111100 | e4f8b4eab3b8ebbc |
UTF-8 | 鬻願蓋觴 | 111010011010110010111011111010011010000110011000111010001001001110001011111010001010011110110100 | e9acbbe9a198e8938be8a7b4 |
UHC | ?願蓋觴 | 00111111111010101100001111001011110011111101111111011000 | 3feac3cbcfdfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)