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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邪糅顏鴫 | 1000111011010111111000101111000011101000111110001000111010110000 | 8ed7e2f0e8f88eb0 |
EUC-JP | 邪糅顏鴫 | 1011110011011001111001001111001011110000111110101011110010110010 | bcd9e4f2f0fabcb2 |
UTF-8 | 邪糅顏鴫 | 111010011000001010101010111001111011001110000101111010011010000110001111111010011011010010101011 | e982aae7b385e9a18fe9b4ab |
UHC | 邪??? | 1101111011110111001111110011111100111111 | def73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)