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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬻願畿 | 111000101111011010001010111010001000101101000101 | e2f68ae88b45 |
EUC-JP | 鬻願畿 | 111001001111100010110100111010101011010110100110 | e4f8b4eab5a6 |
UTF-8 | 鬻願畿 | 111010011010110010111011111010011010000110011000111001111001010110111111 | e9acbbe9a198e795bf |
UHC | ?願畿 | 0011111111101010110000111101000110110010 | 3feac3d1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)