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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 史瞳得? | 10001110011010101001001110110101100100111011111000111111 | 8e6a93b593be3f |
EUC-JP | 史瞳得? | 10111011110010111100011010110111110001101100000000111111 | bbcbc6b7c6c03f |
UTF-8 | 史瞳得잼 | 111001011000111110110010111001111001111010110011111001011011111010010111111011001001111010111100 | e58fb2e79eb3e5be97ec9ebc |
UHC | 史瞳得잼 | 1101111011001000110101001101101011010100111100001100000011101011 | dec8d4dad4f0c0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)