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 | ??e????h | 0011111100111111011001010011111100111111001111110011111101101000 | 3f3f653f3f3f3f68 |
SJIS-WIN | テ「eテヲツコh | 1100001110100010011001011100001110100110110000101011101001101000 | c3a265c3a6c2ba68 |
EUC-JP | テ「eテヲツコh | 1000111011000011100011101010001001100101100011101100001110001110101001101000111011000010100011101011101001101000 | 8ec38ea2658ec38ea68ec28eba68 |
UTF-8 | テ「eテヲツコh | 1110111110111110100000111110111110111101101000100110010111101111101111101000001111101111101111011010011011101111101111101000001011101111101111011011101001101000 | efbe83efbda265efbe83efbda6efbe82efbdba68 |
UHC | ??e????h | 0011111100111111011001010011111100111111001111110011111101101000 | 3f3f653f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)