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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茉常十 | 111001001001110110001111111011011000111101011100 | e49d8fed8f5c |
EUC-JP | 茉常十 | 111001111111110110111110111011111011110110111101 | e7fdbeefbdbd |
UTF-8 | 茉常十 | 111010001000110010001001111001011011100010111000111001011000110110000001 | e88c89e5b8b8e58d81 |
UHC | 茉常十 | 110110001100100111011111110010001110010010101000 | d8c9dfc8e4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)