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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ氾環、 | 110000111001010011000011100010101100001010100100 | c394c38ac2a4 |
EUC-JP | テ氾環、 | 1000111011000011110010001100010110110100110001001000111010100100 | 8ec3c8c5b4c48ea4 |
UTF-8 | テ氾環、 | 111011111011111010000011111001101011000010111110111001111001001010110000111011111011110110100100 | efbe83e6b0bee792b0efbda4 |
UHC | ?氾環? | 001111111101101111110000111111001011101100111111 | 3fdbf0fcbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)