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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | テ静甘催エh | 110000111001000011000011100010101100001110001101110000111011010001101000 | c390c38ac38dc3b468 |
EUC-JP | テ静甘催エh | 1000111011000011110000001100010110110100110001011011101011000101100011101011010001101000 | 8ec3c0c5b4c5bac58eb468 |
UTF-8 | テ静甘催エh | 11101111101111101000001111101001100111011001100111100111100101001001100011100101100000101010110011101111101111011011010001101000 | efbe83e99d99e79498e582acefbdb468 |
UHC | ??甘催?h | 0011111100111111110010101111011011110101110010100011111101101000 | 3f3fcaf6f5ca3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)