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 | 蕁雁寛羹 | 1110010101000000100010101110010110001010101100001110001110111011 | e5408ae58ab0e3bb |
EUC-JP | 蕁雁寛羹 | 1110100110100001101101001110011110110100101100101110011010111101 | e9a1b4e7b4b2e6bd |
UTF-8 | 蕁雁寛羹 | 111010001001010110000001111010011001101110000001111001011010111110011011111001111011111010111001 | e89581e99b81e5af9be7beb9 |
UHC | 蕁雁?羹 | 11010011110001101110010011010010001111111100101111011000 | d3c6e4d23fcbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)