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 | FYFbE | 10010010010001100101100110010010010001100110001001000101 | 92465992466245 |
SJIS-WIN | ?FY?FbE | 00111111010001100101100100111111010001100110001001000101 | 3f46593f466245 |
EUC-JP | ?FY?FbE | 00111111010001100101100100111111010001100110001001000101 | 3f46593f466245 |
UTF-8 | FYFbE | 110000101001001001000110010110011100001010010010010001100110001001000101 | c2924659c292466245 |
UHC | ?FY?FbE | 00111111010001100101100100111111010001100110001001000101 | 3f46593f466245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)