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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 嘆丹坦続] | 100100100101000110010010010011111001001001010010100100011011000101011101 | 9251924f925291b15d |
EUC-JP | 嘆丹坦続] | 110000111011001011000011101100001100001110110011110000101011001101011101 | c3b2c3b0c3b3c2b35d |
UTF-8 | 嘆丹坦続] | 11100101100110001000011011100100101110001011100111100101100111011010011011100111101101101001101001011101 | e59886e4b8b9e59da6e7b69a5d |
UHC | 嘆丹坦?] | 1111011110100011110100111010000111110111101001000011111101011101 | f7a3d3a1f7a43f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)