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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 跼イ迺イh | 11100110111100001011001011100111100100101011001001101000 | e6f0b2e792b268 |
EUC-JP | 跼イ迺イh | 111011001111001010001110101100101110110111110010100011101011001001101000 | ecf28eb2edf28eb268 |
UTF-8 | 跼イ迺イh | 11101000101101111011110011101111101111011011001011101000101111111011101011101111101111011011001001101000 | e8b7bcefbdb2e8bfbaefbdb268 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)