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 | 邱爺ーコ | 111001111011011110010110111010101011000010111010 | e7b796eab0ba |
EUC-JP | 邱爺ーコ | 1110111010111001110011001110110010001110101100001000111010111010 | eeb9ccec8eb08eba |
UTF-8 | 邱爺ーコ | 111010011000001010110001111001111000100010111010111011111011110110110000111011111011110110111010 | e982b1e788baefbdb0efbdba |
UHC | 邱爺?? | 110011111100100011100101101011000011111100111111 | cfc8e5ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)