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 | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | 達o叩俗 | 10010010010000100110111110010010010000001001000110101101 | 92426f924091ad |
EUC-JP | 達o叩俗 | 11000011101000110110111111000011101000011100001010101111 | c3a36fc3a1c2af |
UTF-8 | 達o叩俗 | 11101001100000011001010001101111111001011000111110101001111001001011111110010111 | e981946fe58fa9e4bf97 |
UHC | 達o叩俗 | 11010011101110010110111111001101101100001110000111010100 | d3b96fcdb0e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)