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??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-WIN | 駭?h駭?k | 1110100101101110001111110110100011101001011011100011111101101011 | e96e3f68e96e3f6b |
EUC-JP | 駭?h駭?k | 1111000111001111001111110110100011110001110011110011111101101011 | f1cf3f68f1cf3f6b |
UTF-8 | 駭찥h駭₄k | 1110100110100111101011011110110010110000101001010110100011101001101001111010110111100010100000101000010001101011 | e9a7adecb0a568e9a7ade282846b |
UHC | 駭찥h駭₄k | 11111010101101001010101001000001011010001111101010110100101010011111111001101011 | fab4aa4168fab4a9fe6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)