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 | ??K\ | 00111111001111110100101101011100 | 3f3f4b5c |
SJIS-WIN | ??K\ | 00111111001111110100101101011100 | 3f3f4b5c |
EUC-JP | ??K\ | 00111111001111110100101101011100 | 3f3f4b5c |
UTF-8 | K\ | 11110000101101111000111010100110111100101011011010001110101010110100101101011100 | f0b78ea6f2b68eab4b5c |
UHC | ??K\ | 00111111001111110100101101011100 | 3f3f4b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)