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 | 聽j沓 | 111000111110001110000010100010101000110001000010 | e3e3828a8c42 |
EUC-JP | 聽j沓 | 111001101110010110100011111010101011011110100011 | e6e5a3eab7a3 |
UTF-8 | 聽j沓 | 111010001000000110111101111011111011110110001010111001101011001010010011 | e881bdefbd8ae6b293 |
UHC | 聽j沓 | 111101001110100110100011111010101101001111001011 | f4e9a3ead3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)