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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ陳氾ィツク | 1100001010010010110000101001010011000011101010001100001010111000 | c292c294c3a8c2b8 |
EUC-JP | ツ陳氾ィツク | 100011101100001011000100110001001100100011000101100011101010100010001110110000101000111010111000 | 8ec2c4c4c8c58ea88ec28eb8 |
UTF-8 | ツ陳氾ィツク | 111011111011111010000010111010011001100110110011111001101011000010111110111011111011110110101000111011111011111010000010111011111011110110111000 | efbe82e999b3e6b0beefbda8efbe82efbdb8 |
UHC | ?陳氾??? | 0011111111110010111001111101101111110000001111110011111100111111 | 3ff2e7dbf03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)