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 | 辭ヨ畿腴 | 1110011110000110100000111000100010001011010001011110010001001010 | e78683888b45e44a |
EUC-JP | 辭ヨ畿腴 | 1110110111100110101001011110100010110101101001101110011110101011 | ede6a5e8b5a6e7ab |
UTF-8 | 辭ヨ畿腴 | 111010001011111010101101111000111000001110101000111001111001010110111111111010001000010110110100 | e8beade383a8e795bfe885b4 |
UHC | 辭ヨ畿? | 11011110111101101010101111101000110100011011001000111111 | def6abe8d1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)