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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ホエ氿k | 1100111010110100111110101111010101101011 | ceb4faf56b |
EUC-JP | ホエ氿k | 1000111011001110100011101011010010001111110001101101011101101011 | 8ece8eb48fc6d76b |
UTF-8 | ホエ氿k | 11101111101111101000111011101111101111011011010011100110101100001011111101101011 | efbe8eefbdb4e6b0bf6b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)