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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棚揃辰贈但 | 10010010010010011001000110110101100100100100001110010001101000011001001001000001 | 924991b5924391a19241 |
EUC-JP | 棚揃辰贈但 | 11000011101010101100001010110111110000111010010011000010101000111100001110100010 | c3aac2b7c3a4c2a3c3a2 |
UTF-8 | 棚揃辰贈但 | 111001101010001110011010111001101000111110000011111010001011111010110000111010001011010010001000111001001011110110000110 | e6a39ae68f83e8beb0e8b488e4bd86 |
UHC | 棚?辰贈但 | 110111011101110000111111111100101110001111110001111111001101001110100011 | dddc3ff2e3f1fcd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)