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 | 薪?薪?^ | 10010000011001000011111110010000011001000011111101011110 | 90643f90643f5e |
EUC-JP | 薪?薪?^ | 10111111110001010011111110111111110001010011111101011110 | bfc53fbfc53f5e |
UTF-8 | 薪맿薪맿^ | 11101000100101101010101011101011101001111011111111101000100101101010101011101011101001111011111101011110 | e896aaeba7bfe896aaeba7bf5e |
UHC | 薪맿薪맿^ | 111000111110111110010000110000001110001111101111100100001100000001011110 | e3ef90c0e3ef90c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)