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 | ヨ綣ヨ綣^ | 1111001110110100110101101110001101011011111100111011010011010110111000110101101101011110 | f3b4d6e35bf3b4d6e35b5e |
EUC-JP | ?ヨ綣?ヨ綣^ | 0011111110001110110101101110010110111100001111111000111011010110111001011011110001011110 | 3f8ed6e5bc3f8ed6e5bc5e |
UTF-8 | ヨ綣ヨ綣^ | 11101110100010101010011111101111101111101001011011100111101101101010001111101110100010101010011111101111101111101001011011100111101101101010001101011110 | ee8aa7efbe96e7b6a3ee8aa7efbe96e7b6a35e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)