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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 韜怜シ従H | 1110100011101001100101111110010110111100100011110101110101001000 | e8e997e5bc8f5d48 |
EUC-JP | 韜怜シ従H | 111100001110101111001110111001111000111010111100101111011011111001001000 | f0ebcee78ebcbdbe48 |
UTF-8 | 韜怜シ従H | 11101001100111111001110011100110100000001001110011101111101111011011110011100101101111101001001101001000 | e99f9ce6809cefbdbce5be9348 |
UHC | 韜怜??H | 11010100101101111101011010111011001111110011111101001000 | d4b7d6bb3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)