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 | 他達其他 | 1001000110111100100100100100001010010001101101001001000110111100 | 91bc924291b491bc |
EUC-JP | 他達其他 | 1100001010111110110000111010001111000010101101101100001010111110 | c2bec3a3c2b6c2be |
UTF-8 | 他達其他 | 111001001011101110010110111010011000000110010100111001011000010110110110111001001011101110010110 | e4bb96e98194e585b6e4bb96 |
UHC | 他達其他 | 1111011011100010110100111011100111010000111011001111011011100010 | f6e2d3b9d0ecf6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)