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 | 遭?戟魏 | 10010001100110000011111110001100100000011110100110110000 | 91983f8c81e9b0 |
EUC-JP | 遭?戟魏 | 11000001111110000011111110110111111000011111001010110010 | c1f83fb7e1f2b2 |
UTF-8 | 遭ㅸ戟魏 | 111010011000000110101101111000111000010110111000111001101000100010011111111010011010110110001111 | e981ade385b8e6889fe9ad8f |
UHC | 遭ㅸ戟魏 | 1111000011100100101001001110100011010000101111011110101011100000 | f0e4a4e8d0bdeae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)