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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 寘疾寘疾^ | 111110101010100110001110101111101111101010101001100011101011111001011110 | faa98ebefaa98ebe5e |
EUC-JP | 寘疾寘疾^ | 1000111110111010111000011011110011000000100011111011101011100001101111001100000001011110 | 8fbae1bcc08fbae1bcc05e |
UTF-8 | 寘疾寘疾^ | 11100101101011111001100011100111100101101011111011100101101011111001100011100111100101101011111001011110 | e5af98e796bee5af98e796be5e |
UHC | ?疾?疾^ | 00111111111100101111000000111111111100101111000001011110 | 3ff2f03ff2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)