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 | 爭耕?載 | 11100000101001011000110101101011001111111000110111011010 | e0a58d6b3f8dda |
EUC-JP | 爭耕?載 | 11100000101001111011100111001100001111111011101011011100 | e0a7b9cc3fbadc |
UTF-8 | 爭耕볶載 | 111001111000100010101101111010001000000010010101111010111011001110110110111010001011110010001001 | e788ade88095ebb3b6e8bc89 |
UHC | 爭耕볶載 | 1110111010110011110011001110100110111010101110101110111010110000 | eeb3cce9babaeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)