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 | 蟒エ鬣呈 | 11100101101110111011010011101001101001011001001011100110 | e5bbb4e9a592e6 |
EUC-JP | 蟒エ鬣呈 | 1110101010111101100011101011010011110010101001111100010011101000 | eabd8eb4f2a7c4e8 |
UTF-8 | 蟒エ鬣呈 | 111010001001111110010010111011111011110110110100111010011010110010100011111001011001000110001000 | e89f92efbdb4e9aca3e59188 |
UHC | ???呈 | 0011111100111111001111111110111111010000 | 3f3f3fefd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)