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 | 讓零ゥア | 111001101010100010010111111010111010100110110001 | e6a897eba9b1 |
EUC-JP | 讓零ゥア | 1110110010101010110011101110110110001110101010011000111010110001 | ecaaceed8ea98eb1 |
UTF-8 | 讓零ゥア | 111010001010111010010011111010011001101110110110111011111011110110101001111011111011110110110001 | e8ae93e99bb6efbda9efbdb1 |
UHC | 讓零?? | 111001011101001111010110110000110011111100111111 | e5d3d6c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)