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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | 卒短G誰綻 | 100100011011001010010010010110100100011110010010010011101001001001011101 | 91b2925a47924e925d |
EUC-JP | 卒短G誰綻 | 110000101011010011000011101110110100011111000011101011111100001110111110 | c2b4c3bb47c3afc3be |
UTF-8 | 卒短G誰綻 | 11100101100011011001001011100111100111111010110101000111111010001010101010110000111001111011011010111011 | e58d92e79fad47e8aab0e7b6bb |
UHC | 卒短G誰綻 | 111100001110111111010011101011010100011111100010110000011111011110101010 | f0efd3ad47e2c1f7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)