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 | 叩端竪湛 | 1001001001000000100100100101101110010010010001111001001001011000 | 9240925b92479258 |
EUC-JP | 叩端竪湛 | 1100001110100001110000111011110011000011101010001100001110111001 | c3a1c3bcc3a8c3b9 |
UTF-8 | 叩端竪湛 | 111001011000111110101001111001111010101110101111111001111010101110101010111001101011100110011011 | e58fa9e7abafe7abaae6b99b |
UHC | 叩端竪湛 | 1100110110110000110100111010111011100010101101011101001111000000 | cdb0d3aee2b5d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)