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 | 鮻ハ茣ゥ | 111111000100010111001010111001001011001010101001 | fc45cae4b2a9 |
EUC-JP | 鮻ハ茣ゥ | 100011111110101011101010100011101100101011101000101101001000111010101001 | 8feaea8ecae8b48ea9 |
UTF-8 | 鮻ハ茣ゥ | 111010011010111010111011111011111011111010001010111010001000110010100011111011111011110110101001 | e9aebbefbe8ae88ca3efbda9 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)