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 | 叩淡辰誰 | 1001001001000000100100100101011110010010010000111001001001001110 | 924092579243924e |
EUC-JP | 叩淡辰誰 | 1100001110100001110000111011100011000011101001001100001110101111 | c3a1c3b8c3a4c3af |
UTF-8 | 叩淡辰誰 | 111001011000111110101001111001101011011110100001111010001011111010110000111010001010101010110000 | e58fa9e6b7a1e8beb0e8aab0 |
UHC | 叩淡辰誰 | 1100110110110000110100111011111111110010111000111110001011000001 | cdb0d3bff2e3e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)