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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 煜疾煜疾\ | 111110110101010110001110101111101111101101010101100011101011111001011100 | fb558ebefb558ebe5c |
EUC-JP | 煜疾煜疾\ | 1000111111001001111111001011110011000000100011111100100111111100101111001100000001011100 | 8fc9fcbcc08fc9fcbcc05c |
UTF-8 | 煜疾煜疾\ | 11100111100001011001110011100111100101101011111011100111100001011001110011100111100101101011111001011100 | e7859ce796bee7859ce796be5c |
UHC | 煜疾煜疾\ | 111010011111001011110010111100001110100111110010111100101111000001011100 | e9f2f2f0e9f2f2f05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)