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 | ULE | 10001001010101011000101010001100100110010100110001000101 | 89558a8c994c45 |
SJIS-WIN | ?U???LE | 00111111010101010011111100111111001111110100110001000101 | 3f553f3f3f4c45 |
EUC-JP | ?U???LE | 00111111010101010011111100111111001111110100110001000101 | 3f553f3f3f4c45 |
UTF-8 | ULE | 1100001010001001010101011100001010001010110000101000110011000010100110010100110001000101 | c28955c28ac28cc2994c45 |
UHC | ?U???LE | 00111111010101010011111100111111001111110100110001000101 | 3f553f3f3f4c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)