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 | ²Yhh² | 1001000110110010100100100101100101101000011010001001000110110010 | 91b29259686891b2 |
SJIS-WIN | ???Yhh?? | 0011111100111111001111110101100101101000011010000011111100111111 | 3f3f3f5968683f3f |
EUC-JP | ???Yhh?? | 0011111100111111001111110101100101101000011010000011111100111111 | 3f3f3f5968683f3f |
UTF-8 | ²Yhh² | 11000010100100011100001010110010110000101001001001011001011010000110100011000010100100011100001010110010 | c291c2b2c292596868c291c2b2 |
UHC | ?²?Yhh?² | 00111111101010011111011100111111010110010110100001101000001111111010100111110111 | 3fa9f73f5968683fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)