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 | テェテ湘環オ | 1100001110101010110000111000111111000011100010101100001010110101 | c3aac38fc38ac2b5 |
EUC-JP | テェテ湘環オ | 100011101100001110001110101010101000111011000011101111101100010110110100110001001000111010110101 | 8ec38eaa8ec3bec5b4c48eb5 |
UTF-8 | テェテ湘環オ | 111011111011111010000011111011111011110110101010111011111011111010000011111001101011100110011000111001111001001010110000111011111011110110110101 | efbe83efbdaaefbe83e6b998e792b0efbdb5 |
UHC | ???湘環? | 0011111100111111001111111101111111001111111111001011101100111111 | 3f3f3fdfcffcbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)