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 | 噎%茵噎 | 1001101001111000100000011001001111100100100111111001101001111000 | 9a788193e49f9a78 |
EUC-JP | 噎%茵噎 | 1101001111011001101000011111001111101000101000011101001111011001 | d3d9a1f3e8a1d3d9 |
UTF-8 | 噎%茵噎 | 111001011001100110001110111011111011110010000101111010001000110010110101111001011001100110001110 | e5998eefbc85e88cb5e5998e |
UHC | ?%茵? | 001111111010001110100101111011001110000000111111 | 3fa3a5ece03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)