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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 鳫ミ齊セ鴫e^ | 11101001111011011101000011101010100011101011111010001110101100000110010101011110 | e9edd0ea8ebe8eb0655e |
EUC-JP | 鳫ミ齊セ鴫e^ | 111100101110111110001110110100001111001111101110100011101011111010111100101100100110010101011110 | f2ef8ed0f3ee8ebebcb2655e |
UTF-8 | 鳫ミ齊セ鴫e^ | 1110100110110011101010111110111110111110100100001110100110111101100010101110111110111101101111101110100110110100101010110110010101011110 | e9b3abefbe90e9bd8aefbdbee9b4ab655e |
UHC | ??齊??e^ | 0011111100111111111100001011101000111111001111110110010101011110 | 3f3ff0ba3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)