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 | 逡壌ク作旺蜆 | 1110011110010101100011111110101110111000100011011110110010001001101000001110010110000100 | e7958febb88dec89a0e584 |
EUC-JP | 逡壌ク作旺蜆 | 111011011111010110111110111011011000111010111000101110101110111010110010101000101110100111100100 | edf5beed8eb8baeeb2a2e9e4 |
UTF-8 | 逡壌ク作旺蜆 | 111010011000000010100001111001011010001110001100111011111011110110111000111001001011110110011100111001101001011110111010111010001001110010000110 | e980a1e5a38cefbdb8e4bd9ce697bae89c86 |
UHC | 逡??作旺? | 111100011110010000111111001111111110110111000010111010001101101000111111 | f1e43f3fedc2e8da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)