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 | テδ」テδ刺 | 110000111000001111000010101000111100001110000011110000101000111001101000 | c383c2a3c383c28e68 |
EUC-JP | テδ」テδ刺 | 100011101100001110100110110001001000111010100011100011101100001110100110110001001011101111001001 | 8ec3a6c48ea38ec3a6c4bbc9 |
UTF-8 | テδ」テδ刺 | 11101111101111101000001111001110101101001110111110111101101000111110111110111110100000111100111010110100111001011000100010111010 | efbe83ceb4efbda3efbe83ceb4e588ba |
UHC | ?δ??δ刺 | 001111111010010111100100001111110011111110100101111001001110110110101001 | 3fa5e43f3fa5e4eda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)