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 | ULF | 10011110010101010100110001000110 | 9e554c46 |
SJIS-WIN | ?ULF | 00111111010101010100110001000110 | 3f554c46 |
EUC-JP | ?ULF | 00111111010101010100110001000110 | 3f554c46 |
UTF-8 | ULF | 1100001010011110010101010100110001000110 | c29e554c46 |
UHC | ?ULF | 00111111010101010100110001000110 | 3f554c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)