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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴帑ス懷俺 | 111010001010110110011011111001001011110110011100111001011000100110110100 | e8ad9be4bd9ce589b4 |
EUC-JP | 隴帑ス懷俺 | 11110000101011111101011011100110100011101011110111011000111001111011001010110110 | f0afd6e68ebdd8e7b2b6 |
UTF-8 | 隴帑ス懷俺 | 111010011001101010110100111001011011100010010001111011111011110110111101111001101000011110110111111001001011111110111010 | e99ab4e5b891efbdbde687b7e4bfba |
UHC | ?帑?懷俺 | 0011111111110111101101100011111111111100111000111110010111101111 | 3ff7b63ffce3e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)