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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鉋ャム堺ソョ^ | 111001111110111010101100110100011000110111100100101111111010111001011110 | e7eeacd18de4bfae5e |
EUC-JP | 鉋ャム堺ソョ^ | 11101110111100001000111010101100100011101101000110111010111001101000111010111111100011101010111001011110 | eef08eac8ed1bae68ebf8eae5e |
UTF-8 | 鉋ャム堺ソョ^ | 11101001100010011000101111101111101111011010110011101111101111101001000111100101101000001011101011101111101111011011111111101111101111011010111001011110 | e9898befbdacefbe91e5a0baefbdbfefbdae5e |
UHC | ???堺??^ | 0011111100111111001111111100110011110111001111110011111101011110 | 3f3f3fccf73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)