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 | 達短叩担 | 1001001001000010100100100101101010010010010000001001001001010011 | 9242925a92409253 |
EUC-JP | 達短叩担 | 1100001110100011110000111011101111000011101000011100001110110100 | c3a3c3bbc3a1c3b4 |
UTF-8 | 達短叩担 | 111010011000000110010100111001111001111110101101111001011000111110101001111001101000101110000101 | e98194e79fade58fa9e68b85 |
UHC | 達短叩? | 11010011101110011101001110101101110011011011000000111111 | d3b9d3adcdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)